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:
2be4a15
)
CRM-16968: fix bracket spacing
author
Brian Shaughnessy
<brian@lcdservices.biz>
Tue, 11 Aug 2015 10:57:59 +0000
(06:57 -0400)
committer
Brian Shaughnessy
<brian@lcdservices.biz>
Tue, 11 Aug 2015 10:57:59 +0000
(06:57 -0400)
CRM/Profile/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Profile/Form.php
b/CRM/Profile/Form.php
index f12a95e796d71bf8dc56c14a2032faeebeb8e8c4..24fbf3849c500ff80c84a7022b912911944c5b3e 100644
(file)
--- a/
CRM/Profile/Form.php
+++ b/
CRM/Profile/Form.php
@@
-1325,7
+1325,7
@@
class CRM_Profile_Form extends CRM_Core_Form {
//create CMS user (if CMS user option is selected in profile)
if (!empty($params['cms_create_account']) &&
- (
$this->_mode == self::MODE_CREATE || $this->_mode == self::MODE_EDIT
)
+ (
$this->_mode == self::MODE_CREATE || $this->_mode == self::MODE_EDIT
)
) {
$params['contactID'] = $this->_id;
if (!CRM_Core_BAO_CMSUser::create($params, $this->_mail)) {