Changeset 9244

Show
Ignore:
Timestamp:
08/13/08 22:28:02 (4 months ago)
Author:
afz
Message:

remove using deprecated registry methods

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jaws/html/include/Jaws/Gadget.php

    r9237 r9244  
    534534        $GLOBALS['app']->Registry->Commit('core'); //Commit all changes to core 
    535535 
    536         $GLOBALS['app']->Registry->deleteCacheFile($gadget); 
    537         $GLOBALS['app']->ACL->deleteCacheFile($gadget); 
    538  
    539536        return true; 
    540537    } 
  • trunk/jaws/html/include/Jaws/Plugin.php

    r9237 r9244  
    279279        $GLOBALS['app']->Registry->Commit('core'); 
    280280 
    281         $GLOBALS['app']->Registry->deleteCacheFile($plugin, 'plugins'); 
    282         $GLOBALS['app']->ACL->deleteCacheFile($plugin, 'plugins'); 
    283  
    284281        // Everything is done 
    285282        $res = $GLOBALS['app']->Shouter->Shout('onAfterDisablePlugin', $plugin);