@@ -24,7 +24,7 @@ |
||
24 | 24 | if (!$file) { |
25 | 25 | throw new ExitException(400); |
26 | 26 | } |
27 | - $L = new Prefix('system_admin_'); |
|
27 | + $L = new Prefix('system_admin_'); |
|
28 | 28 | switch ($file['error']) { |
29 | 29 | case UPLOAD_ERR_INI_SIZE: |
30 | 30 | case UPLOAD_ERR_FORM_SIZE: |