forked from extern/egroupware
Helps if I turn it on - Add context menu link to filemanager
This commit is contained in:
parent
1f0baecf0e
commit
8a55a0f99e
@ -973,7 +973,7 @@ class timesheet_ui extends timesheet_bo
|
|||||||
|
|
||||||
// Other applications
|
// Other applications
|
||||||
$group++;
|
$group++;
|
||||||
if (false &&$GLOBALS['egw_info']['user']['apps']['filemanager'])
|
if ($GLOBALS['egw_info']['user']['apps']['filemanager'])
|
||||||
{
|
{
|
||||||
$actions['filemanager'] = array(
|
$actions['filemanager'] = array(
|
||||||
'icon' => 'filemanager/navbar',
|
'icon' => 'filemanager/navbar',
|
||||||
|
Loading…
Reference in New Issue
Block a user