X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=time_edit.php;h=4b3f4c2c064854c34a15005495f72a1f0bcf7453;hb=caa61e7cf00098a2cd64d0d716abb2d6b09982e7;hp=e6a8adb818dd9af4f5d283c5af4082293c5d2a61;hpb=1bebedf4f6025a06d5c738a82ef057d2d0200eac;p=timetracker.git diff --git a/time_edit.php b/time_edit.php index e6a8adb8..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->group_id); + $custom_fields = new CustomFields(); $smarty->assign('custom_fields', $custom_fields); }