summaryrefslogtreecommitdiff
path: root/core/helpers/core_menu.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/core_menu.php')
-rw-r--r--core/helpers/core_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php
index e372cc72..2da94c6d 100644
--- a/core/helpers/core_menu.php
+++ b/core/helpers/core_menu.php
@@ -79,7 +79,7 @@ class core_menu_Core {
}
$class = "{$module->name}_menu";
if (method_exists($class, "admin")) {
- call_user_func_array(array($class, "admin"), array(&$admin_menu, $this));
+ call_user_func_array(array($class, "admin"), array(&$admin_menu, $theme));
}
}
}