From 1ebb2ed0a0d2d710e54fb436c943ceef3ff37fcd Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 18 Mar 2013 21:17:24 -0400 Subject: [PATCH] Fix coding style. --- lib/Cake/View/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/View/View.php b/lib/Cake/View/View.php index f3de05497..24dc5c2e4 100644 --- a/lib/Cake/View/View.php +++ b/lib/Cake/View/View.php @@ -560,7 +560,7 @@ class View extends Object { //@codingStandardsIgnoreStart @unlink($filename); //@codingStandardsIgnoreEnd - unset ($out); + unset($out); return false; } else { if ($this->layout === 'xml') {