Fix parse error from last commit

pull/89/head
Aleksander Machniak 13 years ago
parent 73ad4f1bfd
commit 6dd22a5e20

@ -293,9 +293,8 @@ function rcube_subscription_form($attrib)
// 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);
}
$attrs = $STORAGE->folder_attributes($folder['id']);
$noselect = in_array('\\Noselect', $attrs);
}
$disabled = (($protected && $subscribed) || $noselect);

Loading…
Cancel
Save