mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
Resolve #1379
This commit is contained in:
parent
6b3f76e4ee
commit
06fdf66748
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue