Fix coding style.

This commit is contained in:
mark_story 2013-03-18 21:17:24 -04:00
parent 6002d6913d
commit 1ebb2ed0a0

View file

@ -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') {