diff options
Diffstat (limited to 'rt')
| -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 4f71c6551..ae65367ba 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 }}} -<% -$m->scomp( +<%INIT> +$m->comp(  	 '/Elements/CollectionList',  	 %ARGS,  	 Class => 'RT::Tickets'  	); -%> +</%INIT%>  <%ARGS>  $Collection => undef  $Query => undef  | 
