projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009eff2
)
Fix code style
author
Elin Waring
<elin.waring@gmail.com>
Fri, 24 Apr 2015 12:11:02 +0000
(08:11 -0400)
committer
Elin Waring
<elin.waring@gmail.com>
Fri, 24 Apr 2015 12:11:02 +0000
(08:11 -0400)
CRM/Utils/System/Joomla.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System/Joomla.php
b/CRM/Utils/System/Joomla.php
index 19e0b5d46b29dbd99fc7c8bd5ff8ee5319f9ed0c..a906c8e38543e7d3c8f4ec5c7577ad6476f88117 100644
(file)
--- 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)) {