From: Sam Reed Date: Thu, 25 Aug 2011 08:31:01 +0000 (+0000) Subject: Hopefully fix X-Git-Tag: 1.31.0-rc.0~28076 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=641055ebfa542ccd62d539c32c2f07e813781e5f;p=lhc%2Fweb%2Fwiklou.git Hopefully fix [25-Aug-2011 08:03:00] PHP Notice: Found alias defined for Globalfileusage when searching for special page aliases for GlobalFileUsage. Case mismatch? [Called from SpecialPage::getTitleFor in /www/w/includes/SpecialPage.php at line 259] in /www/w/includes/GlobalFunctions.php on line 3396 [25-Aug-2011 08:03:00] PHP Notice: Found alias defined for Globaltemplateusage when searching for special page aliases for GlobalTemplateUsage. Case mismatch? [Called from SpecialPage::getTitleFor in /www/w/includes/SpecialPage.php at line 259] in /www/w/includes/GlobalFunctions.php on line 3396 r95396 --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 8fd6cb3c99..351972feba 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -34,8 +34,8 @@ class SpecialSearch extends SpecialPage { * For users tt replaces the set of enabled namespaces from the query * string when applicable. Extensions can add new profiles with hooks * with custom search options just for that profile. - * null|string - */ + * @var null|string + */ protected $profile; /// Search engine