aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/application.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-31 17:19:42 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-08 01:28:08 +0200
commit06f4ebce1b1cc8ecd5ddd84f7d2705007a685de3 (patch)
tree23923bb100b08fe4a0e30c5a98cccad8f6148f42 /phpBB/phpbb/console/application.php
parent524b98e7bd19bff7b12c7ba4c771d6d60d4300a6 (diff)
downloadforums-06f4ebce1b1cc8ecd5ddd84f7d2705007a685de3.tar
forums-06f4ebce1b1cc8ecd5ddd84f7d2705007a685de3.tar.gz
forums-06f4ebce1b1cc8ecd5ddd84f7d2705007a685de3.tar.bz2
forums-06f4ebce1b1cc8ecd5ddd84f7d2705007a685de3.tar.xz
forums-06f4ebce1b1cc8ecd5ddd84f7d2705007a685de3.zip
[ticket/13740] CLI installer and fixes
[ci skip] PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/console/application.php')
-rw-r--r--phpBB/phpbb/console/application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/application.php b/phpBB/phpbb/console/application.php
index bc4897af18..0943e8a4b8 100644
--- a/phpBB/phpbb/console/application.php
+++ b/phpBB/phpbb/console/application.php
@@ -35,7 +35,7 @@ class application extends \Symfony\Component\Console\Application
* @param string $version The version of the application
* @param \phpbb\user $user The user which runs the application (used for translation)
*/
- public function __construct($name, $version, \phpbb\user $user)
+ public function __construct($name, $version, $user)
{
$this->user = $user;