diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-17 07:04:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-17 07:04:51 +0000 |
| commit | a6e4a046c9382e47d7f873cc7034d355864f2412 (patch) | |
| tree | 76cb3504f0fde8154c57d93d37858731887ec4ba /roundcubemail/program/include | |
| parent | 05d4629d7aaeb0cccb4aac1942ddb565e7505f79 (diff) | |
- don't show message on unknown error (#1485848) + translate "Server Error!" message
git-svn-id: https://svn.roundcube.net/trunk@2493 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index ec0a6f445..ea53d914d 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -324,7 +324,7 @@ class rcmail $this->output->set_charset($this->config->get('charset', RCMAIL_CHARSET)); // add some basic label to client - $this->output->add_label('loading'); + $this->output->add_label('loading', 'servererror'); return $this->output; } |
