X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FREST%2F1.0%2FForms%2Fgroup%2Fcustomfields;h=e697421aac97bfe2ff4dc9c725064298b58eaf0c;hb=31f3763747b82764bb019cfab5b2a2945fc9a99d;hp=b7b6792749086056aa914c13b469881584928e5b;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/REST/1.0/Forms/group/customfields b/rt/share/html/REST/1.0/Forms/group/customfields index b7b679274..e697421aa 100644 --- a/rt/share/html/REST/1.0/Forms/group/customfields +++ b/rt/share/html/REST/1.0/Forms/group/customfields @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -55,7 +55,7 @@ $changes => {} <%perl> my @comments; my ($c, $o, $k, $e) = ("", [], {}, 0); -my $group = new RT::Group $session{CurrentUser}; +my $group = RT::Group->new($session{CurrentUser}); $group->Load($id); if (!$group->Id) {