Changeset 9927
- Timestamp:
- 11/14/08 14:23:36 (2 months ago)
- Files:
-
- branches/0.8/jaws/html/include/Jaws/Gadget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/include/Jaws/Gadget.php
r9894 r9927 543 543 $GLOBALS['app']->ACL->deleteCacheFile($gadget); 544 544 545 //remove all cached actions files 546 $GLOBALS['app']->Cache->delete($gadget); 547 545 548 // After anything finished 546 549 $res = $GLOBALS['app']->Shouter->Shout('onAfterUninstallingGadget', $gadget); … … 723 726 // Commit all the recent core changes 724 727 $GLOBALS['app']->Registry->Commit('core'); 728 729 //remove all cached actions files 730 $GLOBALS['app']->Cache->delete($gadget); 725 731 726 732 // After anything finished
