From 74d421d55ae35a18440d738245fbc68c7f75d5b4 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 17 May 2009 03:04:51 -0400
Subject: [PATCH] - don't show message on unknown error (#1485848) + translate "Server Error!" message

---
 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 ec0a6f4..ea53d91 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -324,7 +324,7 @@
     $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;
   }

--
Gitblit v1.9.1