From 87b3aa6a705d5ea80b37f3017c7c9cb903ac095a Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 May 2010 09:35:30 +0000 Subject: [PATCH] should fix the ui drain bramage on ticketing main... right? --- rt/share/html/Elements/TicketList | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rt/share/html/Elements/TicketList b/rt/share/html/Elements/TicketList index 059ad7be0..4f71c6551 100644 --- a/rt/share/html/Elements/TicketList +++ b/rt/share/html/Elements/TicketList @@ -45,13 +45,13 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<%INIT> -$m->comp( +<% +$m->scomp( '/Elements/CollectionList', %ARGS, Class => 'RT::Tickets' ); - +%> <%ARGS> $Collection => undef $Query => undef -- 2.11.0