aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--category.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/category.php b/category.php
index 7de82f31c..5484804ee 100644
--- a/category.php
+++ b/category.php
@@ -310,6 +310,11 @@ if (isset($page['cat'])
))))
{
include(PHPWG_ROOT_PATH.'include/category_default.inc.php');
+
+ if ('admin' == $user['status'])
+ {
+ $template->assign_block_vars('caddie', array());
+ }
}
elseif (isset($page['cat']) and $page['cat'] == 'calendar')
{