diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 18cd653..fb5b31f 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -220,7 +220,7 @@ $t_result = $this->import_json_commits( $p_repo, $this->uri_base( $p_repo ), $t_commits ); - return true; + return array(); } function import_repo( $p_event, $p_repo ) { @@ -238,7 +238,7 @@ echo ''; - return array(); + return true; } function import_json_commits( $p_repo, $p_uri_base, $p_commit_id ) {