mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12494] Undefined index: user_type on viewtopic.php
PHPBB3-12494
This commit is contained in:
parent
28f2c1eb08
commit
20022f0dc8
1 changed files with 1 additions and 0 deletions
|
@ -1109,6 +1109,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||||
if ($poster_id == ANONYMOUS)
|
if ($poster_id == ANONYMOUS)
|
||||||
{
|
{
|
||||||
$user_cache_data = array(
|
$user_cache_data = array(
|
||||||
|
'user_type' => USER_IGNORE,
|
||||||
'joined' => '',
|
'joined' => '',
|
||||||
'posts' => '',
|
'posts' => '',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue