Index: trunk/phase3/includes/LogEventsList.php |
— | — | @@ -525,6 +525,7 @@ |
526 | 526 | public function getDefaultQuery() { |
527 | 527 | $query = parent::getDefaultQuery(); |
528 | 528 | $query['type'] = $this->type; |
| 529 | + $query['user'] = $this->user; |
529 | 530 | $query['month'] = $this->mMonth; |
530 | 531 | $query['year'] = $this->mYear; |
531 | 532 | return $query; |