X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/95d031241d1e1970e92171e733c81896b53f7cdc..a106b7a2db73b3e1fdab428b218212f6f38d7623:/time_edit.php diff --git a/time_edit.php b/time_edit.php index f4eb41d2..4b3f4c2c 100644 --- a/time_edit.php +++ b/time_edit.php @@ -53,7 +53,7 @@ if (!$time_rec || $time_rec['invoice_id']) { // Use custom fields plugin if it is enabled. if ($user->isPluginEnabled('cf')) { require_once('plugins/CustomFields.class.php'); - $custom_fields = new CustomFields($user->getGroup()); + $custom_fields = new CustomFields(); $smarty->assign('custom_fields', $custom_fields); }