mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12680] Adds variable for guest user
PHPBB3-12680
This commit is contained in:
parent
8984dc6103
commit
aff67b99b5
1 changed files with 1 additions and 0 deletions
|
@ -1140,6 +1140,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
|
|
||||||
'username' => $row['username'],
|
'username' => $row['username'],
|
||||||
'user_colour' => $row['user_colour'],
|
'user_colour' => $row['user_colour'],
|
||||||
|
'contact_user' => '',
|
||||||
|
|
||||||
'warnings' => 0,
|
'warnings' => 0,
|
||||||
'allow_pm' => 0,
|
'allow_pm' => 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue