From: Aaron Schulz Date: Fri, 2 Oct 2009 18:04:58 +0000 (+0000) Subject: Made log extracts default to 25 items X-Git-Tag: 1.31.0-rc.0~39409 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_user_edit%27%2C%20iduser=user.userid%29%20%7D%7D?a=commitdiff_plain;h=332d1421c003a0906a2b4235fe20920e0b200a69;p=lhc%2Fweb%2Fwiklou.git Made log extracts default to 25 items --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index e4aa3a3063..6fdf0a9d4d 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -591,7 +591,7 @@ class LogEventsList { $param = array() ) { $defaultParameters = array( - 'lim' => 0, + 'lim' => 25, 'conds' => array(), 'showIfEmpty' => true, 'msgKey' => array('')