summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcmail.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-05-01 07:04:40 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-05-01 07:04:40 +0000
commitfcd0c30315f6201d309dadb4296e1c63744944a6 (patch)
treef9b40e08951579b7883f1ebd4226a9f6d974ce15 /roundcubemail/program/include/rcmail.php
parent8fffbcdaca75ebdcbc913e915036000fa9ec3d8d (diff)
Better handling of HTTP request errors; re-send keep-alive requests on failure (#1488449)
git-svn-id: https://svn.roundcube.net/trunk@6135 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
-rw-r--r--roundcubemail/program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php
index e70980137..bd21ca8a2 100644
--- a/roundcubemail/program/include/rcmail.php
+++ b/roundcubemail/program/include/rcmail.php
@@ -325,7 +325,7 @@ class rcmail extends rcube
$this->output->set_charset(RCMAIL_CHARSET);
// add some basic labels to client
- $this->output->add_label('loading', 'servererror');
+ $this->output->add_label('loading', 'servererror', 'requesttimedout');
return $this->output;
}