diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 15:43:33 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-22 15:43:33 +0100 |
| commit | 11c9d11482d28bf0ac193ea8c5ac0dd9695162e1 (patch) | |
| tree | f64220fdd93a638b70de16e2e5608f05c4faf8ee /phpBB/includes/acp | |
| parent | 45aafe0b09a06650846949fe24cdecb877db5da5 (diff) | |
| parent | fd993cbaf26cea66fc72c2a744189d7c1fef843c (diff) | |
| download | forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.gz forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.bz2 forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.tar.xz forums-11c9d11482d28bf0ac193ea8c5ac0dd9695162e1.zip | |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/includes/acp')
| -rw-r--r-- | phpBB/includes/acp/acp_extensions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php index 9bdd8eb458..89fdc8b863 100644 --- a/phpBB/includes/acp/acp_extensions.php +++ b/phpBB/includes/acp/acp_extensions.php @@ -537,7 +537,7 @@ class acp_extensions $version_check = $meta['extra']['version-check']; - $version_helper = new \phpbb\version_helper($this->cache, $this->config, $this->user); + $version_helper = new \phpbb\version_helper($this->cache, $this->config, new \phpbb\file_downloader(), $this->user); $version_helper->set_current_version($meta['version']); $version_helper->set_file_location($version_check['host'], $version_check['directory'], $version_check['filename']); $version_helper->force_stability($this->config['extension_force_unstable'] ? 'unstable' : null); |
