summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/SelectTicketSortBy
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Elements/SelectTicketSortBy')
-rwxr-xr-xrt/share/html/Elements/SelectTicketSortBy4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/Elements/SelectTicketSortBy b/rt/share/html/Elements/SelectTicketSortBy
index 6a1f2d909..29db77f84 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-2012 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -52,7 +52,7 @@
</select>
<%INIT>
-my $tickets = new RT::Tickets($session{'CurrentUser'});
+my $tickets = RT::Tickets->new($session{'CurrentUser'});
my @sortfields = $tickets->SortFields();
</%INIT>