summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-10-07 19:18:45 +0200
committerAleksander Machniak <alec@alec.pl>2014-10-07 19:18:45 +0200
commitdfa721b5dcdf0c895193b50870c5b3eb853c02c7 (patch)
treebbe13ec0b158acbdb3204009348a90d4b147ba81
parent6c6991fb53e8d7cbac36dbd98ad7344a185e2f8c (diff)
parent383724eb972b700bc5afc306b8a5d5399073ebdb (diff)
Merge pull request #228 from andryyy/patch-1
Fix typo in error message label
-rw-r--r--program/include/rcmail.php2
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