From ae93a14f4f05c65efeec65844d37bbeb11c3a7f5 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 6 Jan 2015 14:56:57 -0800 Subject: [PATCH] INFRA-132 - CRM/Profile - Misc --- CRM/Profile/Page/Dynamic.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Profile/Page/Dynamic.php b/CRM/Profile/Page/Dynamic.php index 6411708729..89f437366b 100644 --- a/CRM/Profile/Page/Dynamic.php +++ b/CRM/Profile/Page/Dynamic.php @@ -320,7 +320,8 @@ class CRM_Profile_Page_Dynamic extends CRM_Core_Page { //CRM-14338 // Create a unique, non-empty index for each field. $index = $field['title']; - if ($index === '') { $index = ' '; + if ($index === '') { + $index = ' '; } while (array_key_exists($index, $labels)) { $index .= ' '; -- 2.25.1