Bug #8030: Fix syntax error.
authorMatt Selsky <selsky@columbia.edu>
Wed, 25 Feb 2009 13:29:37 +0000 (08:29 -0500)
committerMatt Selsky <selsky@columbia.edu>
Wed, 25 Feb 2009 13:29:37 +0000 (08:29 -0500)
ingo/lib/Ingo.php

index 46a7ca2..181f6d9 100644 (file)
@@ -97,7 +97,7 @@ class Ingo
     static public function createFolder($folder)
     {
         return $GLOBALS['registry']->hasMethod('mail/createFolder')
-            ? $GLOBALS['registry']->call('mail/createFolder', array('folder' => String::convertCharset($folder, NLS::getCharset(), 'UTF7-IMAP')));
+            ? $GLOBALS['registry']->call('mail/createFolder', array('folder' => String::convertCharset($folder, NLS::getCharset(), 'UTF7-IMAP')))
             : false;
     }