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',