Development

Changeset 1439

You must first sign up to be able to contribute.

Changeset 1439

Show
Ignore:
Timestamp:
06/13/06 14:39:42 (2 years ago)
Author:
fabien
Message:

removed uneeded fragment prefix in cache (closes #622)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/view/sfViewCacheManager.class.php

    r1415 r1439  
    338338  public function start($suffix, $lifeTime, $clientLifeTime = null, $vary = array()) 
    339339  { 
    340     $suffix = 'fragment_'.$suffix; 
    341  
    342340    $internalUri = sfRouting::getInstance()->getCurrentInternalUri(); 
    343341 
     
    371369  public function stop($suffix) 
    372370  { 
    373     $suffix = 'fragment_'.$suffix; 
    374  
    375371    $data = ob_get_clean(); 
    376372