diff options
author | ivan <ivan> | 2010-05-20 09:44:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-20 09:44:38 +0000 |
commit | 4c71b97105050bfac8949fd044bdc010dc68f418 (patch) | |
tree | 15deaba7ab4b30c1ca97fc7d754ee5c5b8262742 | |
parent | 87b3aa6a705d5ea80b37f3017c7c9cb903ac095a (diff) |
no...
-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 |