typo fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 18 Feb 2016 06:21:48 +0000 (11:51 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 18 Feb 2016 06:21:48 +0000 (11:51 +0530)
CRM/Contact/Form/Contact.php

index e3d03cdbd8c16dbe11285af0a82e749e9b71ecd4..c1bab38f93eaea9eb79b214c7eee95312cdc3bce 100644 (file)
@@ -511,7 +511,7 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form {
       for ($instance = 1; $instance <= $this->get($blockName . '_Block_Count'); $instance++) {
         // make we require one primary block, CRM-5505
         if ($updateMode) {
-          if(!$hasPrimary) {
+          if (!$hasPrimary) {
             $hasPrimary = CRM_Utils_Array::value(
               'is_primary',
               CRM_Utils_Array::value($instance, $defaults[$name])