diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-02-09 22:22:32 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-02-09 22:22:32 +0200 |
commit | a1a1b61ae8507276f7191be84a8782c0b0218f9c (patch) | |
tree | 4f567dbbb696d169db83507c1a29fb9fb6661f8b /phpBB/develop/create_search_index.php | |
parent | 92303d2dacdd7be3fad4d2ffba84c0d30fcadeaf (diff) | |
download | forums-a1a1b61ae8507276f7191be84a8782c0b0218f9c.tar forums-a1a1b61ae8507276f7191be84a8782c0b0218f9c.tar.gz forums-a1a1b61ae8507276f7191be84a8782c0b0218f9c.tar.bz2 forums-a1a1b61ae8507276f7191be84a8782c0b0218f9c.tar.xz forums-a1a1b61ae8507276f7191be84a8782c0b0218f9c.zip |
[ticket/10637] Leftovers from implementation of extensions in develop tools
Replacing code in development tools that was missed in ticket 10323
PHPBB3-10637
Diffstat (limited to 'phpBB/develop/create_search_index.php')
-rw-r--r-- | phpBB/develop/create_search_index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/develop/create_search_index.php b/phpBB/develop/create_search_index.php index 28001035f6..1de20f3099 100644 --- a/phpBB/develop/create_search_index.php +++ b/phpBB/develop/create_search_index.php @@ -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); |