Dashboard, added $limit parameter.

This commit is contained in:
Matthias Gutjahr 2012-01-03 20:08:56 +01:00
parent 5552e73b8a
commit d0b8898652

View file

@ -114,7 +114,7 @@ class serendipity_event_dashboard extends serendipity_event {
$title = PLUGIN_DASHBOARD_TITLE;
}
function showElementCommentlist($where) {
function showElementCommentlist($where, $limit) {
$summaryLength = 200;
$i = 0;