Merge "Remove unused $entryPoint from Preferences::tryFormSubmit"
[lhc/web/wiklou.git] / includes / htmlform / HTMLFormField.php
index 622dd94..dcdba1e 100644 (file)
@@ -495,7 +495,7 @@ abstract class HTMLFormField {
 
                $ret = array();
 
-               foreach( $list as $key ) {
+               foreach ( $list as $key ) {
                        if ( in_array( $key, $boolAttribs ) ) {
                                if ( !empty( $this->mParams[$key] ) ) {
                                        $ret[$key] = '';