Merge pull request #143 from dzhibas/exception-error-fix

Exception configuration directive fix (php.ini) upload_max_filesize
This commit is contained in:
Evan Priestley
2012-06-26 05:44:10 -07:00

View File

@@ -22,7 +22,7 @@ final class PhabricatorFileUploadException extends Exception {
$map = array(
UPLOAD_ERR_INI_SIZE =>
"Uploaded file is too large: file is larger than the ".
"'upload_max_size' setting in php.ini.",
"'upload_max_filesize' setting in php.ini.",
UPLOAD_ERR_FORM_SIZE =>
"File is too large.",
UPLOAD_ERR_PARTIAL =>