Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [ticket/12494] Undefined index: user_type on viewtopic.php
This commit is contained in:
Joas Schilling 2014-05-04 16:44:01 +02:00
commit c4986448c9

View file

@ -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' => '',