From: Aaron Schulz Date: Fri, 1 Aug 2008 22:56:17 +0000 (+0000) Subject: Opps, var renamed X-Git-Tag: 1.31.0-rc.0~46204 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=ced123913a47c78b6aaaae0395959c2d4fe25e92;p=lhc%2Fweb%2Fwiklou.git Opps, var renamed --- 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; } }