mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
missing global
git-svn-id: file:///svn/phpbb/trunk@2947 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8b21ebbdab
commit
ac4b54ff4d
@ -474,7 +474,7 @@ function generate_smilies($mode)
|
||||
global $SID, $auth, $db, $session, $board_config, $template, $theme, $lang;
|
||||
global $user_ip, $starttime;
|
||||
global $phpEx, $phpbb_root_path;
|
||||
global $userdata;
|
||||
global $user, $userdata;
|
||||
|
||||
if ( $mode == 'window' )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user