mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
4770364c45
|
@ -80,7 +80,7 @@ function getGroupData($colname, $coldata, $objdata) { /* {{{ */
|
||||||
if($group = $dms->getGroupByName($coldata)) {
|
if($group = $dms->getGroupByName($coldata)) {
|
||||||
$objdata['groups'][$gn] = $group;
|
$objdata['groups'][$gn] = $group;
|
||||||
} else {
|
} else {
|
||||||
$objdata['groups'][$gn] = null;
|
// $objdata['groups'][$gn] = null;
|
||||||
$objdata['__logs__'][] = array('type'=>'error', 'msg'=> "No such group with name '".$coldata."'");
|
$objdata['__logs__'][] = array('type'=>'error', 'msg'=> "No such group with name '".$coldata."'");
|
||||||
}
|
}
|
||||||
return $objdata;
|
return $objdata;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user