X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=report.php;h=1a8ce63cc8dbe71954baa5411a9d34607603f9c1;hb=7b271fc399126b3dc32aadb30cb839241668cead;hp=28e086c4dadd0306ee99b14df37dc3957344a9a9;hpb=6d706063e2f1c0555844c381ee98bd5a4a457d4e;p=timetracker.git diff --git a/report.php b/report.php index 28e086c4..1a8ce63c 100644 --- a/report.php +++ b/report.php @@ -54,7 +54,7 @@ if ($user->isPluginEnabled('iv')) { // 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); }