Index: trunk/phase3/includes/LogEventsList.php |
— | — | @@ -504,6 +504,10 @@ |
505 | 505 | |
506 | 506 | public function getDefaultQuery() { |
507 | 507 | $query = parent::getDefaultQuery(); |
| 508 | + $query['type'] = $this->type; |
| 509 | + $query['user'] = $this->user; |
| 510 | + $query['month'] = $this->mMonth; |
| 511 | + $query['year'] = $this->mYear; |
508 | 512 | return $query; |
509 | 513 | } |
510 | 514 | |