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
@unlink($filename);
//@codingStandardsIgnoreEnd
unset ($out);
unset($out);
return false;
} else {
if ($this->layout === 'xml') {