mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix bug where clear_cache in admin widget did not work because id was manually set to not reflect hierarchic order
This commit is contained in:
parent
44db5c68b5
commit
2fecf094d3
@ -107,7 +107,6 @@ class admin_hooks
|
||||
if (! $GLOBALS['egw']->acl->check('applications_acc',16,'admin'))
|
||||
{
|
||||
$file['Clear cache and register hooks'] = array(
|
||||
'id' => 'admin/clear_cache',
|
||||
'no_lang' => true,
|
||||
'link' => "javascript:app.admin.clear_cache();",
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user