diff options
Diffstat (limited to 'include/category_cats.inc.php')
-rw-r--r-- | include/category_cats.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index ff131c007..2b3cde0d7 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -257,7 +257,8 @@ if (count($categories) > 0) 'DESCRIPTION' => trigger_event('render_category_literal_description', trigger_event('render_category_description', - @$category['comment'])), + @$category['comment'], + 'subcatify_category_description')), 'NAME' => $name, ) ); |