CRM-19805: comparing instead of assigning
authorappchecker <appchecker@cnpo.ru>
Thu, 29 Dec 2016 08:10:43 +0000 (11:10 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Dec 2016 08:10:43 +0000 (11:10 +0300)
CRM/Core/Payment/PayflowPro.php

index f94448c53328db2c52bf0c0b4f0199e48623b12e..a250deb845d0be2aa3d3f46ee7d2a3ac70e89bbd 100644 (file)
@@ -124,7 +124,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment {
     );
 
     if ($params['installments'] == 1) {
-      $params['is_recur'] == FALSE;
+      $params['is_recur'] = FALSE;
     }
 
     if ($params['is_recur'] == TRUE) {