From e6ff4bdfc0ee8802153349252e8fe71b33980b73 Mon Sep 17 00:00:00 2001
From: Seamus Lee
Date: Wed, 13 Jul 2016 04:58:47 +0000
Subject: [PATCH] Fix up upgrade script and add a system 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 e4e2b997e8..62a21d529d 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