diff options
| author | 2016-08-01 18:06:07 +0200 | |
|---|---|---|
| committer | 2016-08-01 18:06:07 +0200 | |
| commit | 75d175c0ebe138211064b107641cf3979a5cb032 (patch) | |
| tree | 72047c57c2aa8609b3a4e94ae49791acf3a3d3ac /app/views | |
| parent | df27e435f26df5e4e31dd34b334b2d1e27297158 (diff) | |
| parent | 2859eff94de87523a94b5a6ed84eaa94844f3fe9 (diff) | |
Merge pull request #1183 from Alkarex/mysql_utf8mb4
Update MySQL to utf8mb4 (full unicode) 🔥 💕
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/update/checkInstall.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml index ed3858b56..543ab43de 100644 --- a/app/views/update/checkInstall.phtml +++ b/app/views/update/checkInstall.phtml @@ -9,7 +9,7 @@ <p class="alert <?php echo $status ? 'alert-success' : 'alert-error'; ?>"> <?php if ($key === 'php') { - echo _t('admin.check_install.' . $key . '.' . ($status ? 'ok' : 'nok'), PHP_VERSION, '5.3.0'); + echo _t('admin.check_install.' . $key . '.' . ($status ? 'ok' : 'nok'), PHP_VERSION, '5.3.3'); } else { echo _t('admin.check_install.' . $key . '.' . ($status ? 'ok' : 'nok')); } |
