Fix last merge

release-0.7
Aleksander Machniak 12 years ago
parent 9899abc36c
commit cc57dad1cd

@ -142,17 +142,8 @@ class acl extends rcube_plugin
return $args;
}
*/
// Get MYRIGHTS
<<<<<<< HEAD
if (!($myrights = $args['options']['rights'])) {
return $args;
}
// Do nothing if no ACL support
if (!$this->rc->imap->get_capability('ACL')) {
=======
// Check if myrights is set
if (empty($myrights)) {
>>>>>>> e4c9942... Fix handling of MYRIGHTS on private namespace roots - fixes issue where
return $args;
}

Loading…
Cancel
Save