Changeset 9244
- Timestamp:
- 08/13/08 22:28:02 (4 months ago)
- Files:
-
- trunk/jaws/html/include/Jaws/Gadget.php (modified) (1 diff)
- trunk/jaws/html/include/Jaws/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/include/Jaws/Gadget.php
r9237 r9244 534 534 $GLOBALS['app']->Registry->Commit('core'); //Commit all changes to core 535 535 536 $GLOBALS['app']->Registry->deleteCacheFile($gadget);537 $GLOBALS['app']->ACL->deleteCacheFile($gadget);538 539 536 return true; 540 537 } trunk/jaws/html/include/Jaws/Plugin.php
r9237 r9244 279 279 $GLOBALS['app']->Registry->Commit('core'); 280 280 281 $GLOBALS['app']->Registry->deleteCacheFile($plugin, 'plugins');282 $GLOBALS['app']->ACL->deleteCacheFile($plugin, 'plugins');283 284 281 // Everything is done 285 282 $res = $GLOBALS['app']->Shouter->Shout('onAfterDisablePlugin', $plugin);
