aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-04 16:15:50 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-04 16:15:50 +0200
commit20022f0dc85442d2d54dc62e55dd561c2d086477 (patch)
treea87cd2991db5631da74cd888bfadb141b1f589de /phpBB
parent28f2c1eb08a022f422a3737a3e45e79d5bfd7ede (diff)
downloadforums-20022f0dc85442d2d54dc62e55dd561c2d086477.tar
forums-20022f0dc85442d2d54dc62e55dd561c2d086477.tar.gz
forums-20022f0dc85442d2d54dc62e55dd561c2d086477.tar.bz2
forums-20022f0dc85442d2d54dc62e55dd561c2d086477.tar.xz
forums-20022f0dc85442d2d54dc62e55dd561c2d086477.zip
[ticket/12494] Undefined index: user_type on viewtopic.php
PHPBB3-12494
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 1f59019245..84040af2bb 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -1109,6 +1109,7 @@ while ($row = $db->sql_fetchrow($result))
if ($poster_id == ANONYMOUS)
{
$user_cache_data = array(
+ 'user_type' => USER_IGNORE,
'joined' => '',
'posts' => '',