Changeset 1874 for branches/release-34/lib/MT/App/CMS.pm
- Timestamp:
- 04/13/08 05:14:58 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/App/CMS.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/App/CMS.pm
r1866 r1874 676 676 condition => sub { 677 677 my $app = MT->app; 678 my $tmpl_type = $app->param('filter_key') ;678 my $tmpl_type = $app->param('filter_key') || ''; 679 679 return $tmpl_type eq 'system_templates' ? 0 680 680 : $tmpl_type eq 'email_templates' ? 0
