aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/iohandler/factory.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-06-27 17:10:42 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-08 01:28:09 +0200
commit249345d9cc6d6bff380436d6e05f24918d762c0d (patch)
tree3e2f0ad1e54205196c52dbc603710f36c1d5deec /phpBB/phpbb/install/helper/iohandler/factory.php
parent06f4ebce1b1cc8ecd5ddd84f7d2705007a685de3 (diff)
downloadforums-249345d9cc6d6bff380436d6e05f24918d762c0d.tar
forums-249345d9cc6d6bff380436d6e05f24918d762c0d.tar.gz
forums-249345d9cc6d6bff380436d6e05f24918d762c0d.tar.bz2
forums-249345d9cc6d6bff380436d6e05f24918d762c0d.tar.xz
forums-249345d9cc6d6bff380436d6e05f24918d762c0d.zip
[ticket/13740] Clean up CLI merge
[ci skip] PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/helper/iohandler/factory.php')
-rw-r--r--phpBB/phpbb/install/helper/iohandler/factory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/helper/iohandler/factory.php b/phpBB/phpbb/install/helper/iohandler/factory.php
index 7081af06a5..52d24e49b2 100644
--- a/phpBB/phpbb/install/helper/iohandler/factory.php
+++ b/phpBB/phpbb/install/helper/iohandler/factory.php
@@ -59,7 +59,7 @@ class factory
*/
public function get()
{
- if ($this->container->has('installer.helper.iohandler_' . $this->environment))
+ switch ($this->environment)
{
case 'ajax':
return $this->container->get('installer.helper.iohandler_ajax');