From 9e48be797cdc706ef7e8702b393d9329f212dfa8 Mon Sep 17 00:00:00 2001
From: Seamus Lee
Date: Fri, 2 Sep 2016 21:43:09 +1000
Subject: [PATCH] Fix up Option Group Check
---
CRM/Utils/Check/Component/OptionGroups.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CRM/Utils/Check/Component/OptionGroups.php b/CRM/Utils/Check/Component/OptionGroups.php
index 62a21d529d..e4e2b997e8 100644
--- a/CRM/Utils/Check/Component/OptionGroups.php
+++ b/CRM/Utils/Check/Component/OptionGroups.php
@@ -74,7 +74,7 @@ class CRM_Utils_Check_Component_OptionGroups extends CRM_Utils_Check_Component {
__FUNCTION__,
ts('The Following Option Values contain value fields that do not match the Data Type of the Option Group
Option Group | Option Value | ') .
- explode('\n' , $strings) . ts('
'),
+ explode('\n', $strings) . ts(''),
ts('Option Values with problematic Values'),
\Psr\Log\LogLevel::NOTICE,
'fa-server'
--
2.25.1