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:
milan 2024-03-27 15:13:03 +01:00
parent 44db5c68b5
commit 2fecf094d3
1 changed files with 0 additions and 1 deletions

View File

@ -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();",
);