r90457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90456‎ | r90457 | r90458 >
Date:12:08, 20 June 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fixed some formatting
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormInputs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
@@ -255,7 +255,7 @@
256256 } else {
257257 $delimiter = null;
258258 }
259 - if ( array_key_exists( 'default filename', $other_args ) ) {
 259+ if ( array_key_exists( 'default filename', $other_args ) ) {
260260 $default_filename = $other_args['default filename'];
261261 } else {
262262 $default_filename = "";
@@ -966,7 +966,7 @@
967967
968968 if ( array_key_exists( 'is_uploadable', $other_args ) && $other_args['is_uploadable'] == true ) {
969969 if ( array_key_exists( 'default filename', $other_args ) ) {
970 - $default_filename = $other_args['default filename'];
 970+ $default_filename = $other_args['default filename'];
971971 } else {
972972 $default_filename = "";
973973 }
@@ -1081,7 +1081,7 @@
10821082 $text .= $textarea_input;
10831083
10841084 if ( array_key_exists( 'is_uploadable', $other_args ) && $other_args['is_uploadable'] == true ) {
1085 - if ( array_key_exists( 'default filename', $other_args ) ) {
 1085+ if ( array_key_exists( 'default filename', $other_args ) ) {
10861086 $default_filename = $other_args['default filename'];
10871087 } else {
10881088 $default_filename = "";