Index: trunk/phase3/includes/specials/SpecialLinkSearch.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | /** |
173 | 173 | * Override to check query validity. |
174 | 174 | */ |
175 | | - function doQuery( $offset, $limit ) { |
| 175 | + function doQuery( $offset, $limit = false ) { |
176 | 176 | global $wgOut; |
177 | 177 | list( $this->mMungedQuery, ) = LinkSearchPage::mungeQuery( $this->mQuery, $this->mProt ); |
178 | 178 | if( $this->mMungedQuery === false ) { |