Cleanup render object after display

This commit is contained in:
bzick 2013-07-20 12:51:06 +04:00
parent 617fc7324c
commit 53add7c30a

View File

@ -160,7 +160,7 @@ class Render extends \ArrayObject {
public function display(array $values) {
$this->exchangeArray($values);
$this->_code->__invoke($this);
return $this;
return $this->exchangeArray(array());
}
/**