From 238393871160471866688ceaef2f31f93d5ac0dc Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Thu, 18 Feb 2016 11:51:48 +0530 Subject: [PATCH] typo fix --- CRM/Contact/Form/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Form/Contact.php b/CRM/Contact/Form/Contact.php index e3d03cdbd8..c1bab38f93 100644 --- a/CRM/Contact/Form/Contact.php +++ b/CRM/Contact/Form/Contact.php @@ -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]) -- 2.25.1