]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttWeekViewHelper.class.php
Added audit info for template create and modify events.
[timetracker.git] / WEB-INF / lib / ttWeekViewHelper.class.php
index 2cfb3813d5c3ffbee99af5ffa337010e0df6e931..782f309b477304b44e13c3fb1c8ae552889a9d2a 100644 (file)
@@ -45,7 +45,7 @@ class ttWeekViewHelper {
 
     $custom_field_1 = null;
     if ($user->isPluginEnabled('cf')) {
-      $custom_fields = new CustomFields($user->group_id);
+      $custom_fields = new CustomFields();
       $cf_1_type = $custom_fields->fields[0]['type'];
       if ($cf_1_type == CustomFields::TYPE_TEXT) {
         $custom_field_1 = ', cfl.value as cf_1_value';