Skip to content

Commit 8c291ca

Browse files
committed
Should return bytes
1 parent f4ec9e4 commit 8c291ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public static function addForm(array $settings = []): self
451451
$form->addElement('input')
452452
->type('hidden')
453453
->name('MAX_FILE_SIZE')
454-
->value(self::getFileUploadMaxSize());
454+
->value(self::getFileUploadMaxSize(true));
455455
}
456456

457457
return $form;

0 commit comments

Comments
 (0)