@@ -66,8 +66,7 @@ |
||
| 66 | 66 | { |
| 67 | 67 | $file->remove(); |
| 68 | 68 | $json_data['message'] = implode('<br />', $file->error); |
| 69 | - } |
|
| 70 | - else |
|
| 69 | + } else |
|
| 71 | 70 | { |
| 72 | 71 | $this->set_file_permissions($upload_dir . $file->get('realname')); |
| 73 | 72 | $json_data['location'] = $file->get('realname'); |