Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | } else { |
257 | 257 | $delimiter = null; |
258 | 258 | } |
259 | | - if ( array_key_exists( 'default filename', $other_args ) ) { |
| 259 | + if ( array_key_exists( 'default filename', $other_args ) ) { |
260 | 260 | $default_filename = $other_args['default filename']; |
261 | 261 | } else { |
262 | 262 | $default_filename = ""; |
— | — | @@ -966,7 +966,7 @@ |
967 | 967 | |
968 | 968 | if ( array_key_exists( 'is_uploadable', $other_args ) && $other_args['is_uploadable'] == true ) { |
969 | 969 | if ( array_key_exists( 'default filename', $other_args ) ) { |
970 | | - $default_filename = $other_args['default filename']; |
| 970 | + $default_filename = $other_args['default filename']; |
971 | 971 | } else { |
972 | 972 | $default_filename = ""; |
973 | 973 | } |
— | — | @@ -1081,7 +1081,7 @@ |
1082 | 1082 | $text .= $textarea_input; |
1083 | 1083 | |
1084 | 1084 | 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 ) ) { |
1086 | 1086 | $default_filename = $other_args['default filename']; |
1087 | 1087 | } else { |
1088 | 1088 | $default_filename = ""; |