mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-19 09:48:53 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12494] Undefined index: user_type on viewtopic.php
This commit is contained in:
commit
c4986448c9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue