Opps, var renamed

This commit is contained in:
Aaron Schulz 2008-08-01 22:56:17 +00:00
parent b348260b7b
commit ced123913a

View file

@ -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;
}
}