diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-25 12:10:36 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-25 12:10:36 -0700 |
commit | a6469aeed88a400d5d38d75a210417de4af4eea7 (patch) | |
tree | 2683ddd14649e9c52d8bdfe8d9ed0f7e37cb7b2a /plugins/Imap | |
parent | 0dc5080a5d71444ad6dab3d3eb8aa30b16d201a1 (diff) |
Fix PHP syntax errors introduced during localization fixups in a few files.
Diffstat (limited to 'plugins/Imap')
-rw-r--r-- | plugins/Imap/ImapPlugin.php | 2 |
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.")); |