Skip to content

Commit

Permalink
Dashboard, added $limit parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsches committed Jan 3, 2012
1 parent 5552e73 commit d0b8898
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ function generate_content(&$title) {
$title = PLUGIN_DASHBOARD_TITLE;
}

function showElementCommentlist($where) {
function showElementCommentlist($where, $limit) {
$summaryLength = 200;
$i = 0;

Expand Down

0 comments on commit d0b8898

Please sign in to comment.