Fix typo in status message
authormark burdett <mfburdett@gmail.com>
Thu, 10 Jan 2019 10:53:16 +0000 (02:53 -0800)
committermark burdett <mfburdett@gmail.com>
Thu, 10 Jan 2019 10:53:16 +0000 (02:53 -0800)
CRM/Utils/Check/Component/Env.php

index d4a98259b3655f968d7563d2f71c318408aaf415..40420cd413f0c3bd5b31d5111130daf3974315c5 100644 (file)
@@ -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'