aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/iohandler
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-07 16:19:23 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-07 16:19:23 +0100
commitfffbbbdcc49f99b141b610ac94f5e8486de25aa8 (patch)
tree0f22ff6992ecc1cbd2972c468e549edddfd10c2d /phpBB/phpbb/install/helper/iohandler
parentf258aebc593cfceb90369741ed8ab03581d689c3 (diff)
parent37705353c53a391aa44da7a30f10ed824a442cfc (diff)
downloadforums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar
forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar.gz
forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar.bz2
forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.tar.xz
forums-fffbbbdcc49f99b141b610ac94f5e8486de25aa8.zip
Merge pull request #4169 from CHItA/ticket/14460
[ticket/14460] Use the selected language with AJAX requests as well * CHItA/ticket/14460: [ticket/14460] Use the selected language with AJAX requests as well
Diffstat (limited to 'phpBB/phpbb/install/helper/iohandler')
-rw-r--r--phpBB/phpbb/install/helper/iohandler/factory.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/phpbb/install/helper/iohandler/factory.php b/phpBB/phpbb/install/helper/iohandler/factory.php
index 52d24e49b2..1e8395760a 100644
--- a/phpBB/phpbb/install/helper/iohandler/factory.php
+++ b/phpBB/phpbb/install/helper/iohandler/factory.php
@@ -75,7 +75,5 @@ class factory
throw new iohandler_not_implemented_exception();
break;
}
-
- throw new iohandler_not_implemented_exception();
}
}