Opps, var renamed
This commit is contained in:
parent
b348260b7b
commit
ced123913a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue