From 1fcf2d71a38ae51869806aff94bc14cde371acb6 Mon Sep 17 00:00:00 2001 From: samuelsov Date: Mon, 24 Nov 2014 12:36:04 -0500 Subject: [PATCH] CRM-15637 - remove CMSUser block if checksum is defined --- CRM/Contribute/Form/Contribution/Main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Contribution/Main.php b/CRM/Contribute/Form/Contribution/Main.php index 0f0aaa0d1e..7d469bf80d 100644 --- a/CRM/Contribute/Form/Contribution/Main.php +++ b/CRM/Contribute/Form/Contribution/Main.php @@ -532,7 +532,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu } //to create an cms user - if (!$this->_userID) { + if (!$this->_contactID) { $createCMSUser = FALSE; if ($this->_values['custom_pre_id']) { -- 2.25.1