From: Seamus Lee
Date: Fri, 2 Sep 2016 11:43:09 +0000 (+1000)
Subject: Fix up Option Group Check
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9e48be797cdc706ef7e8702b393d9329f212dfa8;p=civicrm-core.git
Fix up Option Group Check
---
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'