Changeset 9496
- Timestamp:
- 06/09/08 16:00:32 (2 years ago)
- Files:
-
- branches/1.1/lib/view/sfPartialView.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/view/sfPartialView.class.php
r9313 r9496 35 35 { 36 36 $this->partialVars = $partialVars; 37 $this->getAttributeHolder()->add($partialVars); 37 38 } 38 39 … … 84 85 } 85 86 86 $this->getAttributeHolder()->add($this->partialVars);87 88 87 // execute pre-render check 89 88 $this->preRenderCheck();

