Skip to content

Commit 3efa34e

Browse files
committed
Fixing upload_max_filesize configuration directive
1 parent a75da4e commit 3efa34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/files/exception/PhabricatorFileUploadException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct($code) {
2222
$map = array(
2323
UPLOAD_ERR_INI_SIZE =>
2424
"Uploaded file is too large: file is larger than the ".
25-
"'upload_max_size' setting in php.ini.",
25+
"'upload_max_filesize' setting in php.ini.",
2626
UPLOAD_ERR_FORM_SIZE =>
2727
"File is too large.",
2828
UPLOAD_ERR_PARTIAL =>

0 commit comments

Comments
 (0)