mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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;
|
||||
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(
|
||||
'cat_id' => $cat_id,
|
||||
'add' => array(),
|
||||
|
Loading…
Reference in New Issue
Block a user