Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2020-09-06 07:27:15 +02:00
commit 4770364c45

View File

@ -80,7 +80,7 @@ function getGroupData($colname, $coldata, $objdata) { /* {{{ */
if($group = $dms->getGroupByName($coldata)) {
$objdata['groups'][$gn] = $group;
} else {
$objdata['groups'][$gn] = null;
// $objdata['groups'][$gn] = null;
$objdata['__logs__'][] = array('type'=>'error', 'msg'=> "No such group with name '".$coldata."'");
}
return $objdata;