diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index f52e640b07..5aed052fa6 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -788,7 +788,7 @@ function obtain_word_list(&$orig_word, &$replacement_word) // function username_search($search_match, $is_inline_review = 0, $default_list = "") { - global $db, $board_config, $template, $lang, $images, $theme, $phpEx; + global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path; global $starttime; $author_list = ''; @@ -1086,4 +1086,4 @@ function phpbb_preg_quote($str, $delimiter) return $text; } -?>
\ No newline at end of file +?> |