From 29244c29d1fbc8e086073774a95ffb8ea50761df Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 11 May 2014 14:15:20 +0200 Subject: [PATCH] [ticket/11366] Remove the double spaces PHPBB3-11366 --- phpBB/includes/acp/acp_extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_extensions.php b/phpBB/includes/acp/acp_extensions.php index b74e020edd..548aad3df1 100644 --- a/phpBB/includes/acp/acp_extensions.php +++ b/phpBB/includes/acp/acp_extensions.php @@ -486,7 +486,7 @@ class acp_extensions 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->set_current_version($meta['version']);