X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f1025fe95f90cd8dc7fa3b3f75617e447ab33f2e..80481c14be5a7ac9e4d386ad7b3ec71d7628e03b:/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); }