From 6a750aa17699f432f1871da4a6234ae78692033b Mon Sep 17 00:00:00 2001 From: phpnut Date: Sun, 8 Jul 2007 17:20:45 +0000 Subject: [PATCH] Removing else statement in last commit [5403] git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5404 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/basics.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cake/basics.php b/cake/basics.php index 4646437c6..659c7926d 100644 --- a/cake/basics.php +++ b/cake/basics.php @@ -500,9 +500,8 @@ } else { return false; } - } else { - return false; } + return false; } return true; }