From: Niklas Laxström Date: Fri, 9 Nov 2007 21:33:16 +0000 (+0000) Subject: E_STRICT X-Git-Tag: 1.31.0-rc.0~50935 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=4b49395d77c9e0b5b181913c01bab05d518bb716;p=lhc%2Fweb%2Fwiklou.git E_STRICT --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 33a31ee6ed..61270c502b 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -350,7 +350,7 @@ class PreferencesForm { $wgUser->saveSettings(); if( $needRedirect && $error === false ) { - $title =& SpecialPage::getTitleFor( "Preferences" ); + $title = SpecialPage::getTitleFor( 'Preferences' ); $wgOut->redirect($title->getFullURL('success')); return; }