From 01c77fa929c629154abd4b156a7a98ecb79376ab Mon Sep 17 00:00:00 2001 From: Elin Waring Date: Fri, 24 Apr 2015 08:11:02 -0400 Subject: [PATCH] Fix code style --- CRM/Utils/System/Joomla.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/System/Joomla.php b/CRM/Utils/System/Joomla.php index 19e0b5d46b..a906c8e385 100644 --- a/CRM/Utils/System/Joomla.php +++ b/CRM/Utils/System/Joomla.php @@ -389,8 +389,8 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base { list($hash, $salt) = explode(':', $dbPassword); $cryptpass = md5($password . $salt); if ($hash != $cryptpass) { - return FALSE; - } + return FALSE; + } } else { if (!JUserHelper::verifyPassword($password, $dbPassword, $dbId)) { -- 2.25.1