From 95b59edea36b08e713aafa73be4c7dc7cf9c8084 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 18 Feb 2009 04:49:25 +0000 Subject: [PATCH] Partial revert of r47192 (* removed DefaultQuery cruft) -- That cruft was kinda important. --- includes/LogEventsList.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 639ee9e6c1..e8d437910e 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -504,6 +504,10 @@ class LogPager extends ReverseChronologicalPager { public function getDefaultQuery() { $query = parent::getDefaultQuery(); + $query['type'] = $this->type; + $query['user'] = $this->user; + $query['month'] = $this->mMonth; + $query['year'] = $this->mYear; return $query; } -- 2.20.1