diff options
author | alecpl <alec@alec.pl> | 2009-05-17 07:04:51 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-17 07:04:51 +0000 |
commit | 74d421d55ae35a18440d738245fbc68c7f75d5b4 (patch) | |
tree | b45e27931dd9dfeba3dd7d1d89c63aa210422643 /program/include | |
parent | a08708509a9e4187a0dbed32c76c50ecf16df3dc (diff) |
- don't show message on unknown error (#1485848) + translate "Server Error!" message
Diffstat (limited to 'program/include')
-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 ec0a6f445..ea53d914d 100644 --- a/program/include/rcmail.php +++ b/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; } |