mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Cleanup render object after display
This commit is contained in:
parent
617fc7324c
commit
53add7c30a
@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user