X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f1025fe95f90cd8dc7fa3b3f75617e447ab33f2e..796b9e17473ca045e448b7876472bb73015247e9:/reports.php diff --git a/reports.php b/reports.php index efbf9642..8310f5dd 100644 --- a/reports.php +++ b/reports.php @@ -46,7 +46,7 @@ if (!(ttAccessAllowed('view_own_reports') || ttAccessAllowed('view_reports') || // Use custom fields plugin if it is enabled. if ($user->isPluginEnabled('cf')) { require_once('plugins/CustomFields.class.php'); - $custom_fields = new CustomFields($user->group_id); + $custom_fields = new CustomFields(); $smarty->assign('custom_fields', $custom_fields); }