1
0

Fix showing proper plugin permissionship plugin

This commit is contained in:
Garvin Hicking
2007-02-13 08:35:53 +00:00
parent 075e9ea1d5
commit 50401a7d02
4 changed files with 19 additions and 7 deletions

View File

@ -183,6 +183,7 @@ function serendipity_fetchComments($id, $limit = null, $order = '', $showAll = f
}
serendipity_plugin_api::hook_event('fetchcomments', $comments);
return $comments;
}