From: umherirrender Date: Sat, 5 Apr 2014 19:13:38 +0000 (+0200) Subject: fix typo in comment in Preferences.php X-Git-Tag: 1.31.0-rc.0~16368 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=ad69935c0bf490eef86ee715f32cb5fd096802e3;p=lhc%2Fweb%2Fwiklou.git fix typo in comment in Preferences.php The name of the preference was spelled wrong. Change-Id: I443d0a8fc67c89da36b5c725dd3f3513d4170357 --- diff --git a/includes/Preferences.php b/includes/Preferences.php index 2d1529d6cd..33d9333975 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -309,7 +309,7 @@ class Preferences { 'section' => 'personal/info', ); } - // Only show preferhttps if secure login is turned on + // Only show prefershttps if secure login is turned on if ( $wgSecureLogin && wfCanIPUseHTTPS( $context->getRequest()->getIP() ) ) { $defaultPreferences['prefershttps'] = array( 'type' => 'toggle',