Changeset 9925

Show
Ignore:
Timestamp:
11/14/08 09:07:22 (2 months ago)
Author:
afz
Message:

now we can cache normal actions in better way

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/include/Jaws/Layout.php

    r9919 r9925  
    594594                    $request =& Jaws_Request::getInstance(); 
    595595                    $params = $request->getRawAll('get'); 
    596                     $params = md5(serialize($params)); 
     596                    unset($params['gadget'], $params['action']); 
    597597                    $output = $GLOBALS['app']->Cache->get($gadget, $action, $params); 
    598598                    if (is_null($output)) {