@@ -123,7 +123,7 @@ |
||
123 | 123 | $errorMessage = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; |
124 | 124 | break; |
125 | 125 | case 2: |
126 | - $errorMessage = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the ' . |
|
126 | + $errorMessage = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the '. |
|
127 | 127 | 'HTML form.'; |
128 | 128 | break; |
129 | 129 | case 3: |