From 99b090906c9fafaedf782965fcd8a8a3b857e933 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 4 Dec 2015 20:23:34 -0500 Subject: [PATCH] Fix link href --- CRM/Utils/Check/Env.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Env.php b/CRM/Utils/Check/Env.php index 2efc00c848..882e5da066 100644 --- a/CRM/Utils/Check/Env.php +++ b/CRM/Utils/Check/Env.php @@ -348,7 +348,7 @@ class CRM_Utils_Check_Env { else { $messages[] = new CRM_Utils_Check_Message( __FUNCTION__, - ts('The check for new versions of CiviCRM has been disabled. Re-enable the setting to receive important security update notifications.', array(1 => CRM_Utils_System::url('civicrm/admin/setting/misc', 'reset=1'))), + ts('The check for new versions of CiviCRM has been disabled. Re-enable the setting to receive important security update notifications.', array(1 => 'href="' . CRM_Utils_System::url('civicrm/admin/setting/misc', 'reset=1') . '"')), ts('Update Check Disabled'), \Psr\Log\LogLevel::NOTICE, 'fa-times-circle-o' -- 2.25.1