X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=topdf.php;h=fd3016e5528d7489648c4e96bd91b03883d044bc;hb=ccaee9cc6abdbf1684b25e771b0dca35659e4a55;hp=e3801d273ef3cb3cf5424399c16f4e88a3dffd11;hpb=2fb29ce0672acc8828496861db80f3cac32a49a1;p=timetracker.git diff --git a/topdf.php b/topdf.php index e3801d27..fd3016e5 100644 --- a/topdf.php +++ b/topdf.php @@ -52,7 +52,7 @@ require_once('WEB-INF/lib/tcpdf/tcpdf.php'); // 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(); } // Report settings are stored in session bean before we get here.