[search] Fix method call on null value
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 29 Oct 2015 01:37:22 +0000 (18:37 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 29 Oct 2015 05:02:24 +0000 (22:02 -0700)
commit9250e72a6c4d187f1f3a35f486d35bb8b6317488
tree29f13877e8f283206647fa8e73c14a3a32c3c497
parent2f577926f77eefc9bb03b095f82ba6b8b80c8823
[search] Fix method call on null value

Seeing these pop up in the production logs. This can be null under
certain circumstances, so expect and handle it.

Change-Id: I25a355174e0ad93280eccffd4ec711a641d14bf3
includes/specials/SpecialSearch.php