projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37b705a
)
CRM_Utils_Check_Component_Env::checkExtensions - Fix typo
author
Tim Otten
<totten@civicrm.org>
Wed, 28 Mar 2018 22:33:57 +0000
(15:33 -0700)
committer
Tim Otten
<totten@civicrm.org>
Wed, 28 Mar 2018 22:33:57 +0000
(15:33 -0700)
CRM/Utils/Check/Component/Env.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/Check/Component/Env.php
b/CRM/Utils/Check/Component/Env.php
index 4b9cfd39650e52740be0a1d214d0c9e71a8e5916..75532be0497bf8c39a2ad23785ac348f50262dcc 100644
(file)
--- 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,