Development

Changeset 8768

You must first sign up to be able to contribute.

Changeset 8768

Show
Ignore:
Timestamp:
05/04/08 14:25:39 (1 year 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 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.