From 70edbf234488d8269ce1a0b6bfd9809d915ec071 Mon Sep 17 00:00:00 2001 From: lavigor Date: Wed, 26 Nov 2014 19:34:14 +0300 Subject: [PATCH] Version compare fix and a letter fix. --- acp/upload_module.php | 2 +- adm/style/acp_ext_details.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acp/upload_module.php b/acp/upload_module.php index 0da8539..078eac8 100644 --- a/acp/upload_module.php +++ b/acp/upload_module.php @@ -469,7 +469,7 @@ protected function version_check(\phpbb\extension\metadata_manager $md_manager, $version_check = $meta['extra']['version-check']; - if (version_compare($config['version'], '3.1.2', '>=')) + if (version_compare($config['version'], '3.1.1', '>')) { $version_helper = new \phpbb\version_helper($cache, $config, new \phpbb\file_downloader(), $user); } diff --git a/adm/style/acp_ext_details.html b/adm/style/acp_ext_details.html index ca40f11..18f4df6 100644 --- a/adm/style/acp_ext_details.html +++ b/adm/style/acp_ext_details.html @@ -50,7 +50,7 @@

ZIP files management

- Save zips in a directory of your choise + Save zips in a directory of your choice Unpack a zip file to install an extension