Show
Ignore:
Timestamp:
04/05/08 02:21:23 (20 months ago)
Author:
bchoate
Message:

Avoid rebuilding files within the same build operation (particularly helps for date-based archive rebuilds). BugId:69032

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/CMS/Blog.pm

    r1778 r1779  
    559559    my $done          = 0; 
    560560    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); 
    562566    my $archive_label = $archiver ? $archiver->archive_label : ''; 
    563567