Fix link href
authorColeman Watts <coleman@civicrm.org>
Sat, 5 Dec 2015 01:23:34 +0000 (20:23 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 5 Dec 2015 01:23:34 +0000 (20:23 -0500)
CRM/Utils/Check/Env.php

index 2efc00c8488915a9d5ded0d52bf1bba7da4c75bb..882e5da066053274a7e9a8488c5d838ed2c37840 100644 (file)
@@ -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. <a %1>Re-enable the setting</a> 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. <a %1>Re-enable the setting</a> 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'