r45349 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45348‎ | r45349 | r45350 >
Date:21:55, 2 January 2009
Author:aaron
Status:ok
Tags:
Comment:
(bug 16045) Pagination links break on Special:Log/Username
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -525,6 +525,7 @@
526526 public function getDefaultQuery() {
527527 $query = parent::getDefaultQuery();
528528 $query['type'] = $this->type;
 529+ $query['user'] = $this->user;
529530 $query['month'] = $this->mMonth;
530531 $query['year'] = $this->mYear;
531532 return $query;

Status & tagging log