mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix ACL dialog actions don't work on first load via top link
This commit is contained in:
parent
1f2764c351
commit
b28610a626
@ -425,6 +425,10 @@ class admin_acl
|
||||
)
|
||||
);
|
||||
|
||||
// Set this so if loaded via preferences, js is still properly
|
||||
// loaded into global app.admin
|
||||
$GLOBALS['egw_info']['flags']['currentapp'] = 'admin';
|
||||
|
||||
$tpl->exec('admin.admin_acl.index', $content, $sel_options, array(), array(), 2);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user