Development

Changeset 8768

You must first sign up to be able to contribute.

Changeset 8768

Show
Ignore:
Timestamp:
05/04/08 14:25:39 (4 months ago)
Author:
fabien
Message:

fixed rendering partials multiple times, messing up parameters (closes #3391)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/view/sfPHPView.class.php

    r8201 r8768  
    6969    $this->loadCoreAndStandardHelpers(); 
    7070 
    71     extract($this->attributeHolder->toArray(), EXTR_REFS); 
     71    extract($this->attributeHolder->toArray(), EXTR_REFS | EXTR_OVERWRITE); 
    7272 
    7373    // render