aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/version_helper.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-11-22 15:24:27 +0100
committerMarc Alexander <admin@m-a-styles.de>2014-11-22 15:24:27 +0100
commitab69c79d07563819e9d0be2d98a330673db646bf (patch)
tree422d88f75b4048808b6f0969b29992738ab3cc34 /phpBB/phpbb/version_helper.php
parentf648fe88d5bb2a6661d008724f255bb6df2799ca (diff)
parentf3ae5e4cb2cf1f3db1d2b8e2a34e234845712efe (diff)
downloadforums-ab69c79d07563819e9d0be2d98a330673db646bf.tar
forums-ab69c79d07563819e9d0be2d98a330673db646bf.tar.gz
forums-ab69c79d07563819e9d0be2d98a330673db646bf.tar.bz2
forums-ab69c79d07563819e9d0be2d98a330673db646bf.tar.xz
forums-ab69c79d07563819e9d0be2d98a330673db646bf.zip
Merge branch 'ticket/13358' into ticket/security-171
Diffstat (limited to 'phpBB/phpbb/version_helper.php')
-rw-r--r--phpBB/phpbb/version_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/version_helper.php b/phpBB/phpbb/version_helper.php
index 8c106cf758..7387ad296e 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;