1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 07:47:34 +02:00

[ticket/12680] Adds variable for guest user

PHPBB3-12680
This commit is contained in:
Crizzo
2014-06-23 20:49:25 +02:00
parent 8984dc6103
commit aff67b99b5

View File

@@ -1140,6 +1140,7 @@ while ($row = $db->sql_fetchrow($result))
'username' => $row['username'],
'user_colour' => $row['user_colour'],
'contact_user' => '',
'warnings' => 0,
'allow_pm' => 0,