X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FREST%2F1.0%2FForms%2Fgroup%2Fdefault;h=8867bf938231c3a672866e9c1723c7d19a2eef4b;hb=679854b8bbc65d112071111bbd7f34a6a481fb30;hp=22ecf58408f03f9fadcd3a0c63cb3f7909c60f53;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941;p=freeside.git diff --git a/rt/share/html/REST/1.0/Forms/group/default b/rt/share/html/REST/1.0/Forms/group/default index 22ecf5840..8867bf938 100644 --- a/rt/share/html/REST/1.0/Forms/group/default +++ b/rt/share/html/REST/1.0/Forms/group/default @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -57,7 +57,7 @@ $changes => {} my @comments; my ($c, $o, $k, $e) = ("", [], {}, 0); my %data = %$changes; -my $group = new RT::Group $session{CurrentUser}; +my $group = RT::Group->new($session{CurrentUser}); my @fields = qw(Name Description); my %fields = map { lc $_ => $_ } @fields;