forked from extern/egroupware
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',
|
||||
'allowOnMultiple' => false,
|
||||
'icon' => 'new',
|
||||
'url' => 'menuaction='.$this->add_link.'&appane='.$appname,
|
||||
'url' => 'menuaction='.$this->add_link.'&appname='.$appname,
|
||||
'popup' => '600x380',
|
||||
'group' => $group,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user