summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-05-01 07:04:40 +0000
committerthomascube <thomas@roundcube.net>2012-05-01 07:04:40 +0000
commit110360772101c4c53ffff678d89b9d932d7c2716 (patch)
treeaab9da477cd2d86bfef7d1c3ca36f4e7bed2e420 /program/include/rcmail.php
parent58154f59fc16322598e3a01937fbffdb97cdf62b (diff)
Better handling of HTTP request errors; re-send keep-alive requests on failure (#1488449)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index e70980137..bd21ca8a2 100644
--- a/program/include/rcmail.php
+++ b/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;
}