Changeset 1754

Show
Ignore:
Timestamp:
04/03/08 10:39:52 (23 months ago)
Author:
takayama
Message:

Fixed BugId:73367
* Added blog id to hash key

Files:
1 modified

Legend:

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

    r1704 r1754  
    717717    my @map_build; 
    718718 
    719     my $done = MT->instance->request('__published') 
    720       || MT->instance->request( '__published', {} ); 
     719    my $done = MT->instance->request('__published:'.$blog->id) 
     720      || MT->instance->request( '__published:'.$blog->id, {} ); 
    721721    for my $map (@map) { 
    722722        my $file = exists $param{File}