mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #982
This commit is contained in:
parent
8d52b0afdf
commit
79edca93ef
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ abstract class UploadError
|
||||||
return isset(static::$messages[$code]) ? static::$messages[$code] : 0;
|
return isset(static::$messages[$code]) ? static::$messages[$code] : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getUserMessage(int $iError, int &$iClientError): string
|
public static function getUserMessage(int $iError, int &$iClientError): string
|
||||||
{
|
{
|
||||||
$iClientError = $iError;
|
$iClientError = $iError;
|
||||||
switch ($iError) {
|
switch ($iError) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue