Changeset 1877 for branches/release-34/lib/MT/Template.pm
- Timestamp:
- 04/14/08 02:38:34 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/Template.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/Template.pm
r1823 r1877 568 568 return undef unless $tmpl->outfile; 569 569 return undef unless ($tmpl->type eq 'index'); 570 570 571 571 my $blog = $tmpl->blog; 572 572 return undef unless $blog;
