Changeset 2368 for branches/release-38/lib/MT/WeblogPublisher.pm
- Timestamp:
- 05/16/08 22:36:16 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-38/lib/MT/WeblogPublisher.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/WeblogPublisher.pm
r2355 r2368 786 786 next unless $map->build_type; # ignore disabled template maps 787 787 788 my $ctx = MT::Template::Context->new;789 $ctx->{current_archive_type} = $at;790 $ctx->{archive_type} = $at;788 my $ctx = MT::Template::Context->new; 789 $ctx->{current_archive_type} = $at; 790 $ctx->{archive_type} = $at; 791 791 $mt->rebuild_file( 792 792 $blog, $arch_root, $map, $at, $ctx, \my %cond,
