aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension/manager.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-08-26 13:33:38 +0200
committerTristan Darricau <github@nicofuma.fr>2016-12-03 16:37:35 +0100
commit0256c69191db7b2102d5fb338401ab3f58b118c6 (patch)
tree5d5ca0ef8aa97c77119c69747a3248dcc87c0ddf /phpBB/phpbb/extension/manager.php
parent45dda53310bb618dce0813d61a85948cb334e4a9 (diff)
downloadforums-0256c69191db7b2102d5fb338401ab3f58b118c6.tar
forums-0256c69191db7b2102d5fb338401ab3f58b118c6.tar.gz
forums-0256c69191db7b2102d5fb338401ab3f58b118c6.tar.bz2
forums-0256c69191db7b2102d5fb338401ab3f58b118c6.tar.xz
forums-0256c69191db7b2102d5fb338401ab3f58b118c6.zip
[ticket/12610] CS
PHPBB3-12610
Diffstat (limited to 'phpBB/phpbb/extension/manager.php')
-rw-r--r--phpBB/phpbb/extension/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/extension/manager.php b/phpBB/phpbb/extension/manager.php
index da1f06c885..b2b60aaa9b 100644
--- a/phpBB/phpbb/extension/manager.php
+++ b/phpBB/phpbb/extension/manager.php
@@ -589,7 +589,7 @@ class manager
$version_helper = new \phpbb\version_helper($this->cache, $this->config, new file_downloader());
$version_helper->set_current_version($meta['version']);
- $version_helper->set_file_location($version_check ['host'], $version_check ['directory'], $version_check ['filename']);
+ $version_helper->set_file_location($version_check['host'], $version_check['directory'], $version_check['filename']);
$version_helper->force_stability($stability);
return $updates = $version_helper->get_suggested_updates($force_update, $force_cache);