Skip to content

Commit

Permalink
fix frozen page (#9289)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang authored Jun 7, 2024
1 parent e5e5c21 commit 1a2accc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imaging_uploader/php/imaging_uploader.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Imaging_Uploader extends \NDB_Menu_Filter_Form
$upload_max_size = \Utility::getMaxUploadSize();
$error_message = "Please make sure files are not larger than " .
$upload_max_size;
http_response_code(400);
http_response_code(413);
$errors = [
'IsPhantom' => [],
'candID' => [],
Expand Down

0 comments on commit 1a2accc

Please sign in to comment.