diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-04 16:15:50 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-04 16:15:50 +0200 |
commit | 20022f0dc85442d2d54dc62e55dd561c2d086477 (patch) | |
tree | a87cd2991db5631da74cd888bfadb141b1f589de /phpBB | |
parent | 28f2c1eb08a022f422a3737a3e45e79d5bfd7ede (diff) | |
download | forums-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.php | 1 |
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' => '', |