From 74d421d55ae35a18440d738245fbc68c7f75d5b4 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 17 May 2009 07:04:51 +0000 Subject: - don't show message on unknown error (#1485848) + translate "Server Error!" message --- program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcmail.php') 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; } -- cgit v1.2.3