Aleksander Machniak
2014-10-07 dfa721b5dcdf0c895193b50870c5b3eb853c02c7
Merge pull request #228 from andryyy/patch-1

Fix typo in error message label
1 files modified
2 ■■■ changed files
program/include/rcmail.php 2 ●●● patch | view | raw | blame | history
program/include/rcmail.php
@@ -1802,7 +1802,7 @@
            $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