Changeset 9945
- Timestamp:
- 11/16/08 04:08:03 (2 months ago)
- Files:
-
- branches/0.8/jaws/html/gadgets/Phoo/AdminModel.php (modified) (1 diff)
- branches/0.8/jaws/html/gadgets/Phoo/HTML.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/gadgets/Phoo/AdminModel.php
r9944 r9945 470 470 return $rs; 471 471 } 472 473 //remove cached files474 $GLOBALS['app']->Cache->delete('Phoo', 'ViewImage', array($album, $id));475 472 } 476 473 } branches/0.8/jaws/html/gadgets/Phoo/HTML.php
r9944 r9945 339 339 $t->ParseBlock('ViewImage'); 340 340 341 //cache output of this action342 $GLOBALS['app']->Layout->SetCurrentActionCacheable();343 344 341 return $t->Get(); 345 342 }
