summaryrefslogtreecommitdiff
path: root/core/helpers/module.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-26 06:01:04 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-26 06:01:04 +0000
commit7e5e70548b52462a2f91f3a06cadde7198ea8f6e (patch)
treebd18eaf7b642841d4dd320b474140848f9b66eed /core/helpers/module.php
parent7aed9239088b582a065da3fb63796ff66cd357c8 (diff)
clean up whitespace errors introduced in last commit
Diffstat (limited to 'core/helpers/module.php')
-rw-r--r--core/helpers/module.php4
1 files changed, 2 insertions, 2 deletions
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 <module>_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);