Changeset 1769 for branches/release-33/lib/MT.pm.pre
- Timestamp:
- 04/04/08 06:08:04 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/lib/MT.pm.pre (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/lib/MT.pm.pre
r1716 r1769 2684 2684 } 2685 2685 2686 sub 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 2686 2692 1; 2687 2693
