mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
init variable
This commit is contained in:
parent
6dbcf2a172
commit
4b9844262c
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user