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