diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 7a7e341..8076bb9 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -223,7 +223,7 @@ return true; } - function import_repo( $p_event, $p_repo ) { + function import_full( $p_event, $p_repo ) { if ( 'github' != $p_repo->type ) { return; } diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index c5d7091..782dc0d 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -156,7 +156,7 @@ } - function import_repo( $p_event, $p_repo ) { + function import_full( $p_event, $p_repo ) { if ( 'sfsvn' != $p_repo->type ) { return; } diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 2c1c1f7..b332771 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -167,7 +167,7 @@ } - function import_repo( $p_event, $p_repo ) { + function import_full( $p_event, $p_repo ) { if ( 'svn' != $p_repo->type ) { return; }