From 599164feb5430cd703b4ecc261a9feffc7729322 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 28 Mar 2018 15:33:57 -0700 Subject: [PATCH] CRM_Utils_Check_Component_Env::checkExtensions - Fix typo --- CRM/Utils/Check/Component/Env.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component/Env.php b/CRM/Utils/Check/Component/Env.php index 4b9cfd3965..75532be049 100644 --- a/CRM/Utils/Check/Component/Env.php +++ b/CRM/Utils/Check/Component/Env.php @@ -581,7 +581,7 @@ class CRM_Utils_Check_Component_Env extends CRM_Utils_Check_Component { elseif (!is_writable($basedir)) { $messages[] = new CRM_Utils_Check_Message( __FUNCTION__, - ts('Your extensions directory (%1) is read-only. If you would like perform downloads or upgrades, then change the file permissions.', + ts('Your extensions directory (%1) is read-only. If you would like to perform downloads or upgrades, then change the file permissions.', array(1 => $basedir)), ts('Read-Only Extensions'), \Psr\Log\LogLevel::WARNING, -- 2.25.1