diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 17:05:00 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-22 17:05:00 -0700 |
commit | 3607ddf7ff434794bc61ed1a30d068abcdf1270f (patch) | |
tree | 4bfec18b5825cea930c52072bdfdcfe76f90f225 /modules/gallery/helpers/module.php | |
parent | e906e6bcbd6ed99b1029d4ceae45c03d77edc9ff (diff) |
When uninstalling a module call graphics:remove_rules instead of graphics remove_rule.
Diffstat (limited to 'modules/gallery/helpers/module.php')
-rw-r--r-- | modules/gallery/helpers/module.php | 2 |
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(); |