From: Elin Waring Date: Fri, 24 Apr 2015 12:11:02 +0000 (-0400) Subject: Fix code style X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=01c77fa929c629154abd4b156a7a98ecb79376ab;p=civicrm-core.git Fix code style --- 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)) {