1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 21:10:31 +02:00

[ticket/10637] Leftovers from implementation of extensions in develop tools

Replacing code in development tools that was missed in ticket 10323

PHPBB3-10637
This commit is contained in:
Vjacheslav Trushkin
2012-02-09 22:22:32 +02:00
parent 92303d2dac
commit a1a1b61ae8
2 changed files with 1 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : '../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
require($phpbb_root_path . 'common.' . $phpEx);
require($phpbb_root_path . 'includes/acp/acp_search.' . $phpEx);
require($phpbb_root_path . 'includes/search/' . $class_name . '.' . $phpEx);
$user->session_begin();
$auth->acl($user->data);