Changeset 1779 for branches/release-33/lib/MT/CMS/Blog.pm
- Timestamp:
- 04/05/08 02:21:23 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/lib/MT/CMS/Blog.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/lib/MT/CMS/Blog.pm
r1778 r1779 559 559 my $done = 0; 560 560 my $type = $order[$next]; 561 my $archiver = $app->publisher->archiver($type); 561 562 my $pub = $app->publisher; 563 $pub->start_time( $start_time ); # force start time to parameter start_time 564 565 my $archiver = $pub->archiver($type); 562 566 my $archive_label = $archiver ? $archiver->archive_label : ''; 563 567
