Changeset 4760 in subversion
- Timestamp:
- May 13, 2011 10:08:45 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/plugins/acl/acl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/acl/acl.php
r4757 r4760 90 90 return $args; 91 91 } 92 92 /* 93 93 // Do nothing on protected folders (?) 94 94 if ($args['options']['protected']) { 95 95 return $args; 96 96 } 97 97 */ 98 98 // Do nothing if no ACL support 99 99 if (!$this->rc->imap->get_capability('ACL')) {
Note: See TracChangeset
for help on using the changeset viewer.
