Fix up Option Group Check
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 2 Sep 2016 11:43:09 +0000 (21:43 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sat, 10 Sep 2016 21:53:23 +0000 (07:53 +1000)
CRM/Utils/Check/Component/OptionGroups.php

index 62a21d529d5dc54ddb8a0965992e72deaf213f43..e4e2b997e81e98a4454763f4e4f28030192d6e34 100644 (file)
@@ -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</p>
         <p><table><tbody><th>Option Group</th><th>Option Value</th></tbody><tbody>') .
-        explode('\n' , $strings) . ts('</tbody></table></p>'),
+        explode('\n', $strings) . ts('</tbody></table></p>'),
         ts('Option Values with problematic Values'),
         \Psr\Log\LogLevel::NOTICE,
         'fa-server'