X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FElements%2FSelectTicketSortBy;h=18a0cc09344d1a00ef69ec1db0ac55f58ed93b80;hp=6a1f2d9099b1a45d1c52348ea911157decc097dd;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941 diff --git a/rt/share/html/Elements/SelectTicketSortBy b/rt/share/html/Elements/SelectTicketSortBy index 6a1f2d909..18a0cc093 100755 --- a/rt/share/html/Elements/SelectTicketSortBy +++ b/rt/share/html/Elements/SelectTicketSortBy @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -52,7 +52,7 @@ <%INIT> -my $tickets = new RT::Tickets($session{'CurrentUser'}); +my $tickets = RT::Tickets->new($session{'CurrentUser'}); my @sortfields = $tickets->SortFields();