mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Fix typo causing all added categories to be global
This commit is contained in:
parent
0d0511b099
commit
2b76256ecf
@ -531,7 +531,7 @@ class admin_categories
|
|||||||
'caption' => 'Add',
|
'caption' => 'Add',
|
||||||
'allowOnMultiple' => false,
|
'allowOnMultiple' => false,
|
||||||
'icon' => 'new',
|
'icon' => 'new',
|
||||||
'url' => 'menuaction='.$this->add_link.'&appane='.$appname,
|
'url' => 'menuaction='.$this->add_link.'&appname='.$appname,
|
||||||
'popup' => '600x380',
|
'popup' => '600x380',
|
||||||
'group' => $group,
|
'group' => $group,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user