Changeset 2520

Show
Ignore:
Timestamp:
06/06/08 07:30:27 (20 months ago)
Author:
takayama
Message:

Fixed BugId:80038
* Applied patch. thanks to Ogawa-san

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-39/lib/MT/CMS/Blog.pm

    r2416 r2520  
    455455    $param{include_system}      = $blog->include_system || ''; 
    456456 
    457     if ( $app->config->ObjectDriver =~ qr/(db[id]::)?sqlite/i ) { 
    458         $param{hide_build_option} = 1 
    459           unless $app->config->UseSQLite2; 
    460     } 
    461457    my $mtview_path = File::Spec->catfile( $blog->site_path(), "mtview.php" ); 
    462458