mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 00:06:49 +00:00
Fixed indentation and bracing.
This commit is contained in:
parent
00f4af97cd
commit
a8a3b67566
|
@ -649,8 +649,9 @@ class WikiEditorHooks {
|
|||
isset( $feature['preferences'] ) &&
|
||||
( !isset( $wgWikiEditorFeatures[$name] ) || $wgWikiEditorFeatures[$name]['user'] )
|
||||
) {
|
||||
foreach ( $feature['preferences'] as $key => $options )
|
||||
$defaultPreferences[$key] = $options;
|
||||
foreach ( $feature['preferences'] as $key => $options ) {
|
||||
$defaultPreferences[$key] = $options;
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue