program/steps/settings/folders.inc | ●●●●● patch | view | raw | blame | history |
program/steps/settings/folders.inc
@@ -291,10 +291,12 @@ $classes[] = 'virtual'; } if (!$protected) { // Check \Noselect flag (of existing folder) if (!$protected && in_array($folder['id'], $a_unsubscribed)) { $attrs = $STORAGE->folder_attributes($folder['id']); $noselect = in_array('\\Noselect', $attrs); } } $disabled = (($protected && $subscribed) || $noselect);