Show
Ignore:
Timestamp:
04/10/08 11:01:03 (20 months ago)
Author:
takayama
Message:

Fixed BugId:78952
* Added blog_id check for blog loading

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/Bootstrap.pm

    r1174 r1833  
    8787                $charset = $app->{cfg}->PublishCharset; 
    8888            }; 
    89             if ($app && UNIVERSAL::isa($app, 'MT::App')) { 
     89            if ($app && UNIVERSAL::isa($app, 'MT::App') && !UNIVERSAL::isa($app, 'MT::App::Wizard')) { 
    9090                eval { 
    9191                    # line __LINE__ __FILE__