Changeset 9954

Show
Ignore:
Timestamp:
11/17/08 08:57:17 (2 months ago)
Author:
afz
Message:

revert Tms changes to before starting cache stuffs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/gadgets/Tms/AdminModel.php

    r9940 r9954  
    116116            $GLOBALS['app']->Registry->Set('/config/theme', $theme); 
    117117            $GLOBALS['app']->Registry->Commit('core'); 
    118  
    119             //remove all cached files 
    120             $GLOBALS['app']->Cache->delete(); 
    121  
    122118            $GLOBALS['app']->Session->PushLastResponse(_t('TMS_RESPONSE_THEME_IS_DEFAULT', $theme), RESPONSE_NOTICE); 
    123119            return true;