From 7e5e70548b52462a2f91f3a06cadde7198ea8f6e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 26 May 2009 06:01:04 +0000 Subject: clean up whitespace errors introduced in last commit --- core/helpers/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/helpers/module.php') diff --git a/core/helpers/module.php b/core/helpers/module.php index 539b003c..a48c89ed 100644 --- a/core/helpers/module.php +++ b/core/helpers/module.php @@ -97,7 +97,7 @@ class module_Core { */ static function active() { return self::$active; - } + } /** * Install a module. This will call _installer::install(), which is responsible for @@ -182,7 +182,7 @@ class module_Core { static function uninstall($module_name) { $installer_class = "{$module_name}_installer"; if (method_exists($installer_class, "uninstall")) { - call_user_func(array($installer_class, "uninstall")); + call_user_func(array($installer_class, "uninstall")); } graphics::remove_rule($module_name); -- cgit v1.2.3