Event.php:1830, ControlSignature, Priority: High
authorWouter H <kewljuice@hotmail.com>
Thu, 16 Aug 2018 09:38:36 +0000 (11:38 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 09:38:36 +0000 (11:38 +0200)
Expected "if (...) {\n"; found "if(...) {\n"

CRM/Event/BAO/Event.php

index c525d41276f97cebe308c50df2b90705c2e9d657..b7c1ef842ce4f2e0c4578ea6e9f7a3879012e4b6 100644 (file)
@@ -1827,7 +1827,7 @@ WHERE  id = $cfID
         foreach ($additionalIDs as $pId => $cId) {
           //get the params submitted by participant.
           $participantParams = NULL;
-          if(isset($values['params'])) {
+          if (isset($values['params'])) {
             $participantParams = CRM_Utils_Array::value($pId, $values['params'], array());
           }