mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 11:39:37 +02:00
Fix lack of starttime in emoticons page causing huge page gen time
git-svn-id: file:///svn/phpbb/trunk@1932 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6feb891cee
commit
af1b03cf2d
@ -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" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user