Changeset 9921
- Timestamp:
- 11/14/08 05:42:01 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/gadgets/Blocks/AdminModel.php
r9911 r9921 171 171 172 172 //remove cached file 173 $GLOBALS['app']->Cache->delete('Blocks' , 'Display', $id);173 $GLOBALS['app']->Cache->delete('Blocks'); 174 174 175 175 $GLOBALS['app']->Session->PushLastResponse(_t('BLOCKS_UPDATED', $title), RESPONSE_NOTICE); … … 201 201 202 202 //remove cached file 203 $GLOBALS['app']->Cache->delete('Blocks' , 'Display', $id);203 $GLOBALS['app']->Cache->delete('Blocks'); 204 204 205 205 $GLOBALS['app']->Session->PushLastResponse(_t('BLOCKS_DELETED', $b['title']), RESPONSE_NOTICE);
