X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FREST%2F1.0%2FForms%2Fqueue%2Fcustomfields;h=9ebabb065d5528fe992fa654b1d57c1585c4b764;hb=7588a4ac90a9b07c08a3107cd1107d773be1c991;hp=87f925c347274090bb65d2d49579772f9c099ad1;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/rt/share/html/REST/1.0/Forms/queue/customfields b/rt/share/html/REST/1.0/Forms/queue/customfields index 87f925c34..9ebabb065 100644 --- a/rt/share/html/REST/1.0/Forms/queue/customfields +++ b/rt/share/html/REST/1.0/Forms/queue/customfields @@ -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) @@ -55,7 +55,7 @@ $changes => {} <%perl> my @comments; my ($c, $o, $k, $e) = ("", [], {}, 0); -my $queue = new RT::Queue $session{CurrentUser}; +my $queue = RT::Queue->new($session{CurrentUser}); $queue->Load($id); if (!$queue->Id) {