|
@@ -560,7 +560,7 @@ class View extends Object {
|
|
|
//@codingStandardsIgnoreStart
|
|
//@codingStandardsIgnoreStart
|
|
|
@unlink($filename);
|
|
@unlink($filename);
|
|
|
//@codingStandardsIgnoreEnd
|
|
//@codingStandardsIgnoreEnd
|
|
|
- unset ($out);
|
|
|
|
|
|
|
+ unset($out);
|
|
|
return false;
|
|
return false;
|
|
|
} else {
|
|
} else {
|
|
|
if ($this->layout === 'xml') {
|
|
if ($this->layout === 'xml') {
|