aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index c8c325f970..3161bb2787 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -835,6 +835,7 @@ while ($row = $db->sql_fetchrow($result))
{
$rowset[$row['post_id']] = array(
'foe' => true,
+ 'user_id' => $row['user_id'],
'post_id' => $row['post_id'],
'poster' => $poster,
);