mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
Merge pull request #2405 from Nicofuma/ticket/12494
[ticket/12494] Undefined index: user_type on viewtopic.php * Nicofuma/ticket/12494: [ticket/12494] Undefined index: user_type on viewtopic.php
This commit is contained in:
commit
5b6bce89c9
@ -1109,6 +1109,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||
if ($poster_id == ANONYMOUS)
|
||||
{
|
||||
$user_cache_data = array(
|
||||
'user_type' => USER_IGNORE,
|
||||
'joined' => '',
|
||||
'posts' => '',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user