Show
Ignore:
Timestamp:
04/04/08 06:08:04 (20 months ago)
Author:
fumiakiy
Message:

Stopped saving something in the database while database driver is being initialized. Let us see if this fixes the occasional "Time to Upgrade!" bug. BugId:58199

Files:
1 modified

Legend:

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

    r1719 r1769  
    23872387    } 
    23882388 
     2389    # save_config here so not to miss any dirty config change to persist 
     2390    $app->config->save_config(); 
     2391 
    23892392    $app->request->finish; 
    23902393    delete $app->{request}; 
     
    30663069    MT::Request->finish(); 
    30673070    undef $MT::Object::DRIVER; 
     3071    undef $MT::Object::DBI_DRIVER; 
    30683072    undef $MT::ConfigMgr::cfg; 
    30693073}