forked from extern/egroupware
* Admin: fix fatal error when using "Deny Access" from context menu on groups
This commit is contained in:
parent
6a035feb6f
commit
584ecf07ed
@ -136,7 +136,7 @@ class admin_ui
|
||||
$actions['deny'] = array(
|
||||
'caption' => 'Deny access',
|
||||
'enableId' => '^/groups/-\\d+',
|
||||
'url' => 'menuaction=admin.uiaclmanager.list_apps&account_id=$id',
|
||||
'url' => 'menuaction=admin.admin_denyaccess.list_apps&account_id=$id',
|
||||
'onExecute' => 'javaScript:app.admin.group',
|
||||
'icon' => 'cancel',
|
||||
'group' => 2,
|
||||
|
Loading…
Reference in New Issue
Block a user