diff options
Diffstat (limited to 'phpBB/includes/post.php')
-rw-r--r-- | phpBB/includes/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/post.php b/phpBB/includes/post.php index 0e78e427a3..b0f9b91a61 100644 --- a/phpBB/includes/post.php +++ b/phpBB/includes/post.php @@ -104,7 +104,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 $user_ip, $session_length; + global $user_ip, $session_length, $starttime; global $userdata; if( $mode == "window" ) |