Fixed indentation and bracing.

This commit is contained in:
Trevor Parscal 2010-10-01 19:14:33 +00:00
parent 00f4af97cd
commit a8a3b67566

View file

@ -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;