diff options
Diffstat (limited to 'phpBB/includes/post.php')
| -rw-r--r-- | phpBB/includes/post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/post.php b/phpBB/includes/post.php index b0f9b91a61..3b2e102cd6 100644 --- a/phpBB/includes/post.php +++ b/phpBB/includes/post.php @@ -103,7 +103,7 @@ function prepare_message($message, $html_on, $bbcode_on, $smile_on, $bbcode_uid // function generate_smilies($mode, $page_id) { - global $db, $board_config, $template, $lang, $images, $theme, $phpEx; + global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path; global $user_ip, $session_length, $starttime; global $userdata; @@ -204,4 +204,4 @@ function generate_smilies($mode, $page_id) } } -?>
\ No newline at end of file +?> |
