]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Imap/ImapPlugin.php
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / plugins / Imap / ImapPlugin.php
index 1661ed86eaafc012629c7476c83606105823a21e..8d8dbf223f1a80f57822a1995c574acdce8f1d95 100644 (file)
@@ -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."));