fix typo in comment in Preferences.php
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 5 Apr 2014 19:13:38 +0000 (21:13 +0200)
committerIAlex <codereview@emsenhuber.ch>
Sat, 5 Apr 2014 19:18:12 +0000 (19:18 +0000)
The name of the preference was spelled wrong.

Change-Id: I443d0a8fc67c89da36b5c725dd3f3513d4170357

includes/Preferences.php

index 2d1529d..33d9333 100644 (file)
@@ -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',