Show
Ignore:
Timestamp:
05/15/08 23:51:38 (19 months ago)
Author:
bchoate
Message:

Fix for async publishing so individual archive for comment is published when received (other pages are left to publish based on established rules).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/WeblogPublisher.pm

    r2343 r2350  
    414414                    : (), 
    415415                    NoStatic => $param{NoStatic}, 
    416                     # Force    => ($param{Force} ? 1 : 0), 
     416                    Force    => ($param{Force} ? 1 : 0), 
    417417                    Author   => $entry->author, 
    418418                ) or return; 
     
    18031803    return 1 if $throttle->{type} != MT::PublishOption::ASYNC(); 
    18041804 
     1805    return 1 if $args{force}; # if async, but force is used, publish 
     1806 
    18051807    require MT::TheSchwartz; 
    18061808    require TheSchwartz::Job;