summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery_unit_test')
-rw-r--r--modules/gallery_unit_test/controllers/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/controllers/test.php b/modules/gallery_unit_test/controllers/test.php
index f2b9838b..41da85ea 100644
--- a/modules/gallery_unit_test/controllers/test.php
+++ b/modules/gallery_unit_test/controllers/test.php
@@ -77,8 +77,8 @@ class Test_Controller extends Controller {
}
$installer_class = "{$module->name}_installer";
+ Kohana::log("debug", "$installer_class");
if (method_exists($installer_class, "uninstall")) {
- Kohana::log("debug", "method uninstall exists");
call_user_func_array(array($installer_class, "uninstall"), array());
}
}