aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-10-02 05:42:22 +0000
committerrvelices <rv-github@modusoptimus.com>2007-10-02 05:42:22 +0000
commit530e3e6974f95be5a5cca823b33ec8f7562fbcf6 (patch)
tree7eb1cb1f5b66c90c8e032b33833a2c1c331ee496 /index.php
parent58977351dd282cd14b53bbf04494acbddc185900 (diff)
- merge r 2117 from trunk (render_category_description and render_category_literal_description events refactoring)
- fix admin multiview plugin git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2118 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 52dd517b0..ab21a7e5a 100644
--- a/index.php
+++ b/index.php
@@ -296,8 +296,7 @@ if (isset($page['comment']) and $page['comment'] != '')
$template->assign_block_vars(
'cat_infos.comment',
array(
- 'COMMENTS' =>
- trigger_event('render_category_description', $page['comment'])
+ 'COMMENTS' => $page['comment']
)
);
$header_infos['COMMENT'] = strip_tags($page['comment']);