Made log extracts default to 25 items
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 2 Oct 2009 18:04:58 +0000 (18:04 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 2 Oct 2009 18:04:58 +0000 (18:04 +0000)
includes/LogEventsList.php

index e4aa3a3..6fdf0a9 100644 (file)
@@ -591,7 +591,7 @@ class LogEventsList {
                        $param = array() ) {
 
                $defaultParameters = array(
-                       'lim' => 0,
+                       'lim' => 25,
                        'conds' => array(),
                        'showIfEmpty' => true,
                        'msgKey' => array('')