fix typo in comment in Preferences.php
The name of the preference was spelled wrong. Change-Id: I443d0a8fc67c89da36b5c725dd3f3513d4170357
This commit is contained in:
parent
fdd4e3007d
commit
ad69935c0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue