Revert changes to SpecialSearch.php in r70608 because Special:Search didn't load...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 7 Aug 2010 12:45:10 +0000 (12:45 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 7 Aug 2010 12:45:10 +0000 (12:45 +0000)
commitc6638c5b9f5c75756c721c12c93a705c022a5277
treed9ab7c36124ce755e6a5446c8410a2ad801cab64
parentf926958592b751127c6100e0eae220141c225da3
Revert changes to SpecialSearch.php in r70608 because Special:Search didn't load anymore.

PHP Notice:  Undefined property: SpecialSearch::$searchEngine in /www/w/includes/specials/SpecialSearch.php on line 796

catrope on IRC:
It asks the backend ($this->searchEngine) if it supports redirects but $this->searchEngine is only set in the code that generates results
So viewing Special:Search with no results listing has that var unset
includes/specials/SpecialSearch.php