mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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' )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue