diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-11-22 15:23:26 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-22 15:23:26 +0100 |
| commit | f3ae5e4cb2cf1f3db1d2b8e2a34e234845712efe (patch) | |
| tree | 9f072c65ec4fe94bef4c6e332aa6dda7e8156b0e /phpBB/phpbb | |
| parent | 6d3ac29aeef9e1222ddcaeab066ca8325d147fee (diff) | |
| download | forums-f3ae5e4cb2cf1f3db1d2b8e2a34e234845712efe.tar forums-f3ae5e4cb2cf1f3db1d2b8e2a34e234845712efe.tar.gz forums-f3ae5e4cb2cf1f3db1d2b8e2a34e234845712efe.tar.bz2 forums-f3ae5e4cb2cf1f3db1d2b8e2a34e234845712efe.tar.xz forums-f3ae5e4cb2cf1f3db1d2b8e2a34e234845712efe.zip | |
[ticket/13358] Correctly create version_helper in acp_extensions
The full namespace for the file_downloader is now also being used in
version_helper.
PHPBB3-13358
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/version_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/version_helper.php b/phpBB/phpbb/version_helper.php index 38050d8ad7..e34bd0ba60 100644 --- a/phpBB/phpbb/version_helper.php +++ b/phpBB/phpbb/version_helper.php @@ -64,7 +64,7 @@ class version_helper * @param \phpbb\file_downloader $file_downloader * @param \phpbb\user $user */ - public function __construct(\phpbb\cache\service $cache, \phpbb\config\config $config, file_downloader $file_downloader, \phpbb\user $user) + public function __construct(\phpbb\cache\service $cache, \phpbb\config\config $config, \phpbb\file_downloader $file_downloader, \phpbb\user $user) { $this->cache = $cache; $this->config = $config; |
