Changeset 9940
- Timestamp:
- 11/14/08 19:59:21 (2 months ago)
- Files:
-
- branches/0.8/jaws/html/gadgets/Tms/AdminModel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/gadgets/Tms/AdminModel.php
r9905 r9940 116 116 $GLOBALS['app']->Registry->Set('/config/theme', $theme); 117 117 $GLOBALS['app']->Registry->Commit('core'); 118 119 //remove all cached files 120 $GLOBALS['app']->Cache->delete(); 121 118 122 $GLOBALS['app']->Session->PushLastResponse(_t('TMS_RESPONSE_THEME_IS_DEFAULT', $theme), RESPONSE_NOTICE); 119 123 return true;
