From ced123913a47c78b6aaaae0395959c2d4fe25e92 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 1 Aug 2008 22:56:17 +0000 Subject: [PATCH] Opps, var renamed --- includes/LogEventsList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 23720b53e4..bf65d94011 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -588,11 +588,11 @@ class LogPager extends ReverseChronologicalPager { } public function getYear() { - return $this->year; + return $this->mYear; } public function getMonth() { - return $this->month; + return $this->mMonth; } } -- 2.20.1