diff --git a/Source/MantisSourcePlugin.class.php b/Source/MantisSourcePlugin.class.php
index f16921a..d25a786 100644
--- a/Source/MantisSourcePlugin.class.php
+++ b/Source/MantisSourcePlugin.class.php
@@ -62,7 +62,7 @@
abstract function commit( $p_event, $p_repo, $p_data );
function import_repo( $p_event, $p_repo ) {
- trigger_error( ERROR_GENERIC, ERROR );
+ return;
}
}
diff --git a/Source/pages/repo_import.php b/Source/pages/repo_import.php
index 346634e..2f46a1d 100644
--- a/Source/pages/repo_import.php
+++ b/Source/pages/repo_import.php
@@ -36,13 +36,17 @@
$t_new_repo->name = $t_repo->name;
$t_new_repo->save();
+ echo '