diff options
-rw-r--r-- | phpBB/includes/functions_post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_post.php b/phpBB/includes/functions_post.php index 22a3ea7494..3cc7669755 100644 --- a/phpBB/includes/functions_post.php +++ b/phpBB/includes/functions_post.php @@ -142,7 +142,7 @@ function unprepare_message($message) // function prepare_post(&$mode, &$post_data, &$bbcode_on, &$html_on, &$smilies_on, &$error_msg, &$username, &$bbcode_uid, &$subject, &$message, &$poll_title, &$poll_options, &$poll_length) { - global $board_config, $userdata, $lang, $phpEx; + global $board_config, $userdata, $lang, $phpEx, $phpbb_root_path; // Check username if ( !empty($username) ) |