mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix calendar acl not showing stored category, selectAccount_ro widget expects value should be array or type of string
This commit is contained in:
parent
6560a9d137
commit
af38b85e5b
@ -2335,7 +2335,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
$n = 1;
|
$n = 1;
|
||||||
foreach($this->bo->get_cat_rights() as $Lcat_id => $data)
|
foreach($this->bo->get_cat_rights() as $Lcat_id => $data)
|
||||||
{
|
{
|
||||||
$cat_id = (int)substr($Lcat_id,1);
|
$cat_id = substr($Lcat_id,1);
|
||||||
$row = array(
|
$row = array(
|
||||||
'cat_id' => $cat_id,
|
'cat_id' => $cat_id,
|
||||||
'add' => array(),
|
'add' => array(),
|
||||||
|
Loading…
Reference in New Issue
Block a user