Dashboard, added missing $limit. Thx Ian & Grischa

This commit is contained in:
Matthias Gutjahr 2012-01-03 20:06:12 +01:00
parent ae2a583689
commit 5552e73b8a

View file

@ -118,7 +118,7 @@ class serendipity_event_dashboard extends serendipity_event {
$summaryLength = 200;
$i = 0;
$comments = serendipity_fetchComments(null, null, '', true, 'NORMAL', $where);
$comments = serendipity_fetchComments(null, $limit, '', true, 'NORMAL', $where);
if (!is_array($comments)) {
return;