aboutsummaryrefslogtreecommitdiffstats
path: root/include/section_init.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/section_init.inc.php')
-rw-r--r--include/section_init.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/section_init.inc.php b/include/section_init.inc.php
index 99dad6182..240beb804 100644
--- a/include/section_init.inc.php
+++ b/include/section_init.inc.php
@@ -206,7 +206,8 @@ if ('categories' == $page['section'])
'comment' =>
trigger_event(
'render_category_description',
- $page['category']['comment']
+ $page['category']['comment'],
+ 'main_page_category_description'
),
'title' =>
get_cat_display_name($page['category']['upper_names'], '', false),