diff options
Diffstat (limited to 'phpBB/includes/search/fulltext_mysql.php')
-rw-r--r-- | phpBB/includes/search/fulltext_mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php index a119f866c4..17cc6782c5 100644 --- a/phpBB/includes/search/fulltext_mysql.php +++ b/phpBB/includes/search/fulltext_mysql.php @@ -19,7 +19,7 @@ if (!defined('IN_PHPBB')) /** * @ignore */ -include_once($phpbb_root_path . 'includes/search/search.' . $phpEx); +include_once(PHPBB_ROOT_PATH . 'includes/search/search.' . PHP_EXT); /** * fulltext_mysql |