Changeset 9945

Show
Ignore:
Timestamp:
11/16/08 04:08:03 (2 months ago)
Author:
afz
Message:

Phoo caching canceled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/gadgets/Phoo/AdminModel.php

    r9944 r9945  
    470470                    return $rs; 
    471471                } 
    472  
    473                 //remove cached files 
    474                 $GLOBALS['app']->Cache->delete('Phoo', 'ViewImage', array($album, $id)); 
    475472            } 
    476473        } 
  • branches/0.8/jaws/html/gadgets/Phoo/HTML.php

    r9944 r9945  
    339339        $t->ParseBlock('ViewImage'); 
    340340 
    341         //cache output of this action 
    342         $GLOBALS['app']->Layout->SetCurrentActionCacheable(); 
    343  
    344341        return $t->Get(); 
    345342    }