Changeset 9925
- Timestamp:
- 11/14/08 09:07:22 (2 months ago)
- Files:
-
- branches/0.8/jaws/html/include/Jaws/Layout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/include/Jaws/Layout.php
r9919 r9925 594 594 $request =& Jaws_Request::getInstance(); 595 595 $params = $request->getRawAll('get'); 596 $params = md5(serialize($params));596 unset($params['gadget'], $params['action']); 597 597 $output = $GLOBALS['app']->Cache->get($gadget, $action, $params); 598 598 if (is_null($output)) {
