aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin.php b/admin.php
index a0d6daf39..ec6bc91a5 100644
--- a/admin.php
+++ b/admin.php
@@ -164,6 +164,8 @@ include(PHPWG_ROOT_PATH.'admin/'.$page['page'].'.php');
// | errors & infos |
// +-----------------------------------------------------------------------+
+$template->assign('ACTIVE_MENU', get_active_menu($page['page']));
+
if (count($page['errors']) != 0)
{
$template->assign('errors', $page['errors']);