This commit is contained in:
the-djmaze 2024-01-12 01:42:00 +01:00
parent 6b3f76e4ee
commit 06fdf66748

View file

@ -51,7 +51,7 @@ abstract class UploadError
case \UPLOAD_ERR_CANT_WRITE:
case \UPLOAD_ERR_EXTENSION:
case static::ON_SAVING:
$iClientError = static::FILE_ON_SAVING_ERROR;
$iClientError = static::ON_SAVING;
break;
default: