From 4b9844262ca8fced227eec72a3a84c64707d3dd1 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 21 Sep 2022 12:49:22 +0200 Subject: [PATCH] init variable --- views/bootstrap/class.SetRecipients.php | 1 + 1 file changed, 1 insertion(+) 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'];