From de56a33c9c27cdf5abc0573fb1334fbbeb762048 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 26 Nov 2008 06:37:12 +0000 Subject: Clean tag creation --- modules/gallery_unit_test/controllers/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery_unit_test/controllers/test.php') 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()); } } -- cgit v1.2.3