Index: branches/REL1_5/phase3/includes/SpecialSearch.php |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | return; |
163 | 163 | } |
164 | 164 | |
165 | | - $search =& SearchEngine::create(); |
| 165 | + $search = SearchEngine::create(); |
166 | 166 | $search->setLimitOffset( $this->limit, $this->offset ); |
167 | 167 | $search->setNamespaces( $this->namespaces ); |
168 | 168 | $search->showRedirects = $this->searchRedirects; |
Index: branches/REL1_5/phase3/RELEASE-NOTES |
— | — | @@ -818,6 +818,7 @@ |
819 | 819 | * Fix meta robots tag on Special:Version again to avoid listing vulnerable |
820 | 820 | versions for convenient harvesting by automated worms |
821 | 821 | * (bug 3684) Fix typo in fatal error backtraces in Hooks.php |
| 822 | +* Backport fix for reference usage notice in Special:Search on PHP 4.4.0 |
822 | 823 | |
823 | 824 | |
824 | 825 | === Caveats === |