Changeset 2350 for branches/release-38/lib/MT/WeblogPublisher.pm
- Timestamp:
- 05/15/08 23:51:38 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-38/lib/MT/WeblogPublisher.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/lib/MT/WeblogPublisher.pm
r2343 r2350 414 414 : (), 415 415 NoStatic => $param{NoStatic}, 416 #Force => ($param{Force} ? 1 : 0),416 Force => ($param{Force} ? 1 : 0), 417 417 Author => $entry->author, 418 418 ) or return; … … 1803 1803 return 1 if $throttle->{type} != MT::PublishOption::ASYNC(); 1804 1804 1805 return 1 if $args{force}; # if async, but force is used, publish 1806 1805 1807 require MT::TheSchwartz; 1806 1808 require TheSchwartz::Job;
