1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fixing upload_max_filesize configuration directive

This commit is contained in:
Nikolajus 2012-06-26 13:20:05 +02:00
parent a75da4efac
commit 3efa34ef49

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 =>