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:
c35aabb
)
Fix typo in status message
author
mark burdett
<mfburdett@gmail.com>
Thu, 10 Jan 2019 10:53:16 +0000
(
02:53
-0800)
committer
mark burdett
<mfburdett@gmail.com>
Thu, 10 Jan 2019 10:53:16 +0000
(
02:53
-0800)
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 d4a98259b3655f968d7563d2f71c318408aaf415..40420cd413f0c3bd5b31d5111130daf3974315c5 100644
(file)
--- a/
CRM/Utils/Check/Component/Env.php
+++ b/
CRM/Utils/Check/Component/Env.php
@@
-973,7
+973,7
@@
class CRM_Utils_Check_Component_Env extends CRM_Utils_Check_Component {
if (version_compare($version, '5.5.3', '<')) {
$messages[] = new CRM_Utils_Check_Message(
__FUNCTION__,
- ts('It is recommended, though not yet required, to upgrade your PHP MySQL driver (libmysqlclient) to >= 5.
0.9
for utf8mb4 support.'),
+ ts('It is recommended, though not yet required, to upgrade your PHP MySQL driver (libmysqlclient) to >= 5.
5.3
for utf8mb4 support.'),
ts('PHP MySQL Driver (libmysqlclient)'),
\Psr\Log\LogLevel::WARNING,
'fa-server'