From 332d1421c003a0906a2b4235fe20920e0b200a69 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 2 Oct 2009 18:04:58 +0000 Subject: [PATCH] Made log extracts default to 25 items --- includes/LogEventsList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('') -- 2.20.1