mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11366] Remove the double spaces
PHPBB3-11366
This commit is contained in:
parent
5e29ea77d8
commit
29244c29d1
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue