summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-04-28 12:24:48 +0000
committeralecpl <alec@alec.pl>2010-04-28 12:24:48 +0000
commitf0485adef1cd9b0d65bcbdd25bc546a2dff4095b (patch)
tree16ac655566a0c7baf787cdb25a0855ae39cd96f4 /program/include/rcmail.php
parente2402ef99af447b7cc30d661e62450cbb04b202b (diff)
- Fix folder subscription checking (#1486684)
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672)
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 1934535bf..e657abeb4 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -640,7 +640,7 @@ class rcmail
else {
raise_error(array(
'code' => 600, 'type' => 'php',
- 'file' => __FILE__, 'line' => __LINE__,
+ 'file' => __FILE__, 'line' => __LINE__,
'message' => "Failed to create a user record. Maybe aborted by a plugin?"
), true, false);
}