summaryrefslogtreecommitdiff
path: root/plugins/Imap/ImapPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Imap/ImapPlugin.php')
-rw-r--r--plugins/Imap/ImapPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Imap/ImapPlugin.php b/plugins/Imap/ImapPlugin.php
index 1661ed86e..8d8dbf223 100644
--- a/plugins/Imap/ImapPlugin.php
+++ b/plugins/Imap/ImapPlugin.php
@@ -54,7 +54,7 @@ class ImapPlugin extends Plugin
throw new Exception(_m("A mailbox must be specified."));
}
if(!isset($this->user)){
- throw new Exception(_m("A user must be specified.");
+ throw new Exception(_m("A user must be specified."));
}
if(!isset($this->password)){
throw new Exception(_m("A password must be specified."));