[ticket/11366] Remove the double spaces

PHPBB3-11366
This commit is contained in:
Tristan Darricau 2014-05-11 14:15:20 +02:00
parent 5e29ea77d8
commit 29244c29d1

View file

@ -486,7 +486,7 @@ class acp_extensions
throw new \RuntimeException($this->user->lang('NO_VERSIONCHECK'), 1); throw new \RuntimeException($this->user->lang('NO_VERSIONCHECK'), 1);
} }
$version_check = $meta['extra']['version-check']; $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, $this->user);
$version_helper->set_current_version($meta['version']); $version_helper->set_current_version($meta['version']);