Changeset 1769 for branches/release-33/lib/MT/App.pm
- Timestamp:
- 04/04/08 06:08:04 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/lib/MT/App.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/lib/MT/App.pm
r1719 r1769 2387 2387 } 2388 2388 2389 # save_config here so not to miss any dirty config change to persist 2390 $app->config->save_config(); 2391 2389 2392 $app->request->finish; 2390 2393 delete $app->{request}; … … 3066 3069 MT::Request->finish(); 3067 3070 undef $MT::Object::DRIVER; 3071 undef $MT::Object::DBI_DRIVER; 3068 3072 undef $MT::ConfigMgr::cfg; 3069 3073 }
