diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-10-10 10:26:24 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-10-10 10:26:24 +0200 |
commit | 15f11bc2a4108965e53636e89fbaf9b4dba9b29b (patch) | |
tree | 4d62c6a7d4cf494eb2e0e3cc0daa6064eb857a23 /program | |
parent | 78bee8b8b62f1ab4970c0b2b0265c17073ffb2be (diff) | |
parent | dfa721b5dcdf0c895193b50870c5b3eb853c02c7 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index e1a62767d..221b50afe 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -1802,7 +1802,7 @@ class rcmail extends rcube $error = 'errorreadonly'; } else if ($res_code == rcube_storage::OVERQUOTA) { - $error = 'errorroverquota'; + $error = 'erroroverquota'; } else if ($err_code && ($err_str = $this->storage->get_error_str())) { // try to detect access rights problem and display appropriate message |