Last modified: 2014-09-06 12:34:21 UTC
PHP Fatal error: Call to a member function getText() on a non-object in /usr/local/apache/common-local/php-1.24wmf19/includes/PrefixSearch.php on line 177
$specialTitle = Title::makeTitleSafe( NS_SPECIAL, $searchKey ); $special = SpecialPageFactory::getPage( $specialTitle->getText() ); makeTitleSafe can return null
Change 158436 had a related patch set uploaded by Manybubbles: Be more careful with Special: prefix searching https://gerrit.wikimedia.org/r/158436
Change 158436 merged by jenkins-bot: Be more careful with Special: prefix searching https://gerrit.wikimedia.org/r/158436