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.pm.pre

    r1716 r1769  
    26842684} 
    26852685 
     2686sub DESTROY { 
     2687    # save_config here so not to miss any dirty config change to persist 
     2688    # particulary for those which does not construct MT::App. 
     2689    $_[0]->config->save_config(); 
     2690} 
     2691 
    268626921; 
    26872693