r78792 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78791‎ | r78792 | r78793 >
Date:15:00, 22 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Really do what r78790 claimed to do (fix E_STRICT in r78786)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialLinkSearch.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialLinkSearch.php
@@ -171,7 +171,7 @@
172172 /**
173173 * Override to check query validity.
174174 */
175 - function doQuery( $offset, $limit ) {
 175+ function doQuery( $offset, $limit = false ) {
176176 global $wgOut;
177177 list( $this->mMungedQuery, ) = LinkSearchPage::mungeQuery( $this->mQuery, $this->mProt );
178178 if( $this->mMungedQuery === false ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78786Merge querypage-work2 branch from trunk. The most relevant changes are:...catrope14:16, 22 December 2010
r78790Followup r7876: fix another E_STRICT: kill additional parameter in doQuery() ...catrope14:53, 22 December 2010

Status & tagging log