Skip to content

Commit

Permalink
Merge pull request #15 from BoardTools/fix/1
Browse files Browse the repository at this point in the history
Version compare fix and a letter fix.
  • Loading branch information
lavigor committed Nov 26, 2014
2 parents 4a0cff9 + 70edbf2 commit 68c1aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acp/upload_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion adm/style/acp_ext_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 style="color: #1e5c18; background-color: #d7fdd3;"><i class="fa fa-refresh">
<div>
<h1 style="color: #103f53; background-color: #e0f5fe;"><i class="fa fa-archive"></i> ZIP files management</h1>
<p class="description_list">
<span><i class="fa fa-fw fa-folder-open"></i> Save zips in a directory of your choise</span>
<span><i class="fa fa-fw fa-folder-open"></i> Save zips in a directory of your choice</span>
<span><i class="fa fa-fw fa-suitcase"></i> Unpack a zip file to install an extension</span>
</p>
</div>
Expand Down

0 comments on commit 68c1aa6

Please sign in to comment.