Remove SpecialSearchNoResults and call SpecialSearchResults always
authorChad Horohoe <chadh@wikimedia.org>
Wed, 27 Aug 2014 23:17:02 +0000 (16:17 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 27 Aug 2014 23:19:56 +0000 (16:19 -0700)
commit1bb93ae45ab6fefd269b1be1c1dab13077aec320
tree217d700d516a2446cf4f1026fc82e0133601577c
parentd98fd55e11dc6ab9f04d4810985b04ca39dfc3dd
Remove SpecialSearchNoResults and call SpecialSearchResults always

The former hook is only used by one extension which uses the
same code path for both hooks meaning no fix is necessary. Makes
it possible for extensions to actually provide results when none
were found.

Change-Id: Ia4d56b2a1a7531529dbde8a011a33a4482c04932
RELEASE-NOTES-1.24
docs/hooks.txt
includes/specials/SpecialSearch.php