Changeset 1972
- Timestamp:
- 04/18/08 04:44:30 (7 months ago)
- Files:
-
- branches/release-35/lib/MT/CMS/Template.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-35/lib/MT/CMS/Template.pm
r1959 r1972 101 101 $param->{saved_rebuild} = 1 if $q->param('saved_rebuild'); 102 102 103 my $filter = $app->param('filter_key'); 104 if ($param->{template_group} eq 'email') { 105 $app->param( 'filter_key', 'email_templates' ); 106 }elsif ($param->{template_group} eq 'system') { 107 $app->param( 'filter_key', 'system_templates' ); 108 } 103 109 $app->load_list_actions( 'template', $param ); 110 $app->param( 'filter_key', $filter ); 104 111 105 112 $obj->compile;
