aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/app.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-21 17:38:13 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-21 17:38:13 +0100
commit54d529994029564d5cecbec2aaac36a0544552a0 (patch)
tree28ac46737634c2eae0a2228fcb9b66360dd5cc2e /phpBB/app.php
parent5e2896bb00089518547d2863fd119cd8a4bcf518 (diff)
downloadforums-54d529994029564d5cecbec2aaac36a0544552a0.tar
forums-54d529994029564d5cecbec2aaac36a0544552a0.tar.gz
forums-54d529994029564d5cecbec2aaac36a0544552a0.tar.bz2
forums-54d529994029564d5cecbec2aaac36a0544552a0.tar.xz
forums-54d529994029564d5cecbec2aaac36a0544552a0.zip
[ticket/12620] Fix tests
PHPBB3-12620
Diffstat (limited to 'phpBB/app.php')
-rw-r--r--phpBB/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/app.php b/phpBB/app.php
index d9250adc75..10909f7103 100644
--- a/phpBB/app.php
+++ b/phpBB/app.php
@@ -21,7 +21,6 @@ define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
-include($phpbb_root_path . 'includes/functions_url_matcher.' . $phpEx);
// Start session management
$user->session_begin();