summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/module.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-22 23:36:05 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-22 23:36:05 -0600
commitda73c0c25f406ccef8351be06ab30fd0d71977b8 (patch)
tree807315a85edebfe19a07bf766f1764878966bd71 /modules/gallery/helpers/module.php
parent267c54d4381a9a8522e33f8d877b35adf0615e4c (diff)
Poor man's merge. Note to self, git pull before working. Next pound the steps to merge into your head.
Diffstat (limited to 'modules/gallery/helpers/module.php')
-rw-r--r--modules/gallery/helpers/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/module.php b/modules/gallery/helpers/module.php
index 77ec6f63..5b34f453 100644
--- a/modules/gallery/helpers/module.php
+++ b/modules/gallery/helpers/module.php
@@ -253,7 +253,7 @@ class module_Core {
call_user_func(array($installer_class, "uninstall"));
}
- graphics::remove_rule($module_name);
+ graphics::remove_rules($module_name);
$module = self::get($module_name);
if ($module->loaded) {
$module->delete();