From 8a55a0f99e1366c8453149c1dce0f5ea88bbf034 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 3 Apr 2013 16:38:47 +0000 Subject: [PATCH] Helps if I turn it on - Add context menu link to filemanager --- timesheet/inc/class.timesheet_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index 7d507c4b36..d71abb40ca 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -973,7 +973,7 @@ class timesheet_ui extends timesheet_bo // Other applications $group++; - if (false &&$GLOBALS['egw_info']['user']['apps']['filemanager']) + if ($GLOBALS['egw_info']['user']['apps']['filemanager']) { $actions['filemanager'] = array( 'icon' => 'filemanager/navbar',