Code

Hide errors
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Oct 2005 08:48:22 +0000 (08:48 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Oct 2005 08:48:22 +0000 (08:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1669 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_mail-methods-cyrus.inc

index 4c77b2f77b76242d097f7cfa3c94d8c17b57d87b..6448e94bd5ade42f29726c4267eaf738bc258c69 100644 (file)
@@ -147,7 +147,7 @@ class mailMethodCyrus extends mailMethod
       if (function_exists('imap_getacl')){
 
         /* Remove all acl's for this folder */
-        $users= imap_getacl ($this->mbox, $subfolder);
+        $users= @imap_getacl ($this->mbox, $subfolder);
         foreach ($users as $userid => $perms){
           imap_setacl ($this->mbox, $subfolder, $userid, "");
         }