diff --git a/views/bootstrap/class.SetRecipients.php b/views/bootstrap/class.SetRecipients.php index 851af0fcc..fd450cf9a 100644 --- a/views/bootstrap/class.SetRecipients.php +++ b/views/bootstrap/class.SetRecipients.php @@ -107,6 +107,7 @@ class SeedDMS_View_SetRecipients extends SeedDMS_Theme_Style { $options = []; foreach ($docAccess["groups"] as $group) { + $optopt = []; $grpusers = $group->getUsers(); if(count($grpusers) == 0) $optopt[] = ['disabled', 'disabled'];