[ticket/12620] Fix tests

PHPBB3-12620
This commit is contained in:
Tristan Darricau 2014-11-21 17:38:13 +01:00
parent 5e2896bb00
commit 54d5299940

View file

@ -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();