Skip to content

Commit

Permalink
Update FileUpload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang authored Apr 8, 2024
1 parent 3bc31b9 commit cebfb7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/media/ajax/FileUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ function uploadFile()
$errorMessage = "Unknown upload error.";
break;
}

$error_message = "Could not upload the file." . $errorMessage;
echo showMediaError($error_message, 500);
}
Expand Down

0 comments on commit cebfb7e

Please # to comment.