Changeset 9954
- Timestamp:
- 11/17/08 08:57:17 (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
r9940 r9954 116 116 $GLOBALS['app']->Registry->Set('/config/theme', $theme); 117 117 $GLOBALS['app']->Registry->Commit('core'); 118 119 //remove all cached files120 $GLOBALS['app']->Cache->delete();121 122 118 $GLOBALS['app']->Session->PushLastResponse(_t('TMS_RESPONSE_THEME_IS_DEFAULT', $theme), RESPONSE_NOTICE); 123 119 return true;
