mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/11366] Remove the double spaces
PHPBB3-11366
This commit is contained in:
@@ -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']);
|
||||||
|
Reference in New Issue
Block a user