Return NULL in outermost level of checkConfig method.
authorDavid Thompson <davet@gnu.org>
Mon, 14 Jul 2014 19:49:49 +0000 (15:49 -0400)
committerDavid Thompson <davet@gnu.org>
Mon, 14 Jul 2014 19:49:49 +0000 (15:49 -0400)
trustcommerce.php

index 50acaea3f7312431531dca6461ef580891a1cc3f..ab183b418601c67bcd47c2c642b6ae488dffed43 100644 (file)
@@ -398,9 +398,9 @@ class org_fsf_payment_trustcommerce extends CRM_Core_Payment {
 
     if (!empty($error)) {
       return implode('<p>', $error);
-    } else {
-      return NULL;
     }
+
+    return NULL;
   }
 
   function cancelSubscription(&$message = '', $params = array()) {