Merge pull request #228 from andryyy/patch-1

Fix typo in error message label
pull/227/merge
Aleksander Machniak 10 years ago
commit dfa721b5dc

@ -1802,7 +1802,7 @@ class rcmail extends rcube
$error = 'errorreadonly'; $error = 'errorreadonly';
} }
else if ($res_code == rcube_storage::OVERQUOTA) { else if ($res_code == rcube_storage::OVERQUOTA) {
$error = 'errorroverquota'; $error = 'erroroverquota';
} }
else if ($err_code && ($err_str = $this->storage->get_error_str())) { else if ($err_code && ($err_str = $this->storage->get_error_str())) {
// try to detect access rights problem and display appropriate message // try to detect access rights problem and display appropriate message

Loading…
Cancel
Save