Followup af6d9aba: $search is a string, not an object
authorChad Horohoe <chadh@wikimedia.org>
Tue, 15 Apr 2014 18:50:10 +0000 (11:50 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 15 Apr 2014 18:50:10 +0000 (11:50 -0700)
commit35d77d9a7bf2b6ca8dd6dcec459b8f284f19bc8c
treed53f67b42ed3d390206c1d2af27f961c8ad61043
parent0c695bfae184f2fdf6ec355546ea20c9f889a983
Followup af6d9aba: $search is a string, not an object

Reusing variables means you end up turning a string to an object
and then confuse yourself by trying to pass it as a string again.

Change-Id: I82b5ca65864099c180d915055c43e6839bd4f4a2
includes/PrefixSearch.php