diff options
-rw-r--r-- | rt/share/html/Elements/TicketList | 6 |
1 files 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' ); -</%INIT> +%> <%ARGS> $Collection => undef $Query => undef |