X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1bebedf4f6025a06d5c738a82ef057d2d0200eac..80481c14be5a7ac9e4d386ad7b3ec71d7628e03b:/time.php diff --git a/time.php b/time.php index fb507fb5..a428b9a2 100644 --- a/time.php +++ b/time.php @@ -89,7 +89,7 @@ $_SESSION['date'] = $cl_date; // Use custom fields plugin if it is enabled. if ($user->isPluginEnabled('cf')) { require_once('plugins/CustomFields.class.php'); - $custom_fields = new CustomFields($group_id); + $custom_fields = new CustomFields(); $smarty->assign('custom_fields', $custom_fields); }