Changeset 1834 for branches/release-33/lib/MT/Bootstrap.pm
- Timestamp:
- 04/10/08 18:01:12 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/lib/MT/Bootstrap.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/lib/MT/Bootstrap.pm
r1174 r1834 87 87 $charset = $app->{cfg}->PublishCharset; 88 88 }; 89 if ($app && UNIVERSAL::isa($app, 'MT::App') ) {89 if ($app && UNIVERSAL::isa($app, 'MT::App') && !UNIVERSAL::isa($app, 'MT::App::Wizard')) { 90 90 eval { 91 91 # line __LINE__ __FILE__
