Changeset 4922

Show
Ignore:
Timestamp:
10/29/09 08:06:25 (4 weeks ago)
Author:
takayama
Message:

* Removed unnecessary code. bugid:102910

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/plugins/MultiBlog/lib/MultiBlog.pm

    r4762 r4922  
    6363    } 
    6464 
    65     # Save local blog ID for all tags other than 
    66     # MTMultiBlog since that tag handles it itself. 
    67     local $ctx->{__stash}{local_blog_id} = $ctx->stash('blog_id')  
    68         unless $ctx->stash('multiblog_context'); 
    6965    # Remove local blog ID from MTTags since it is cross-blog 
    7066    # and hence MTMultiBlogIfLocalBlog doesn't make sense there.