Changeset 9944
- Timestamp:
- 11/16/08 03:18:34 (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
r9795 r9944 470 470 return $rs; 471 471 } 472 473 //remove cached files 474 $GLOBALS['app']->Cache->delete('Phoo', 'ViewImage', array($album, $id)); 472 475 } 473 476 } branches/0.8/jaws/html/gadgets/Phoo/HTML.php
r9843 r9944 337 337 $t->ParseBlock('ViewImage/exif'); 338 338 } 339 340 339 $t->ParseBlock('ViewImage'); 340 341 //cache output of this action 342 $GLOBALS['app']->Layout->SetCurrentActionCacheable(); 343 341 344 return $t->Get(); 342 345 }
