aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-17 17:12:41 +0200
committerNils Adermann <naderman@naderman.de>2013-09-17 17:12:41 +0200
commit9d8ac2b0ceb24dd14df61d083505941afb1b52c4 (patch)
treec51c6f605bf1c610a232772f2d5ec9c12e0ff5aa /phpBB/includes/functions.php
parentf039a3308a3d57e7b9fab562bdd71cf1a9fb4dc9 (diff)
downloadforums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar
forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar.gz
forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar.bz2
forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.tar.xz
forums-9d8ac2b0ceb24dd14df61d083505941afb1b52c4.zip
[ticket/11700] Fix unit tests after develop merge
PHPBB3-11700
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 53ee8c2512..7bdd4d252e 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1072,7 +1072,7 @@ function phpbb_clean_path($path)
}
$phpbb_filesystem = new phpbb\filesystem(
- new phpbb\symfony\request(
+ new phpbb\symfony_request(
new phpbb\request\request()
),
$phpbb_root_path,