diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/viewtopic.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 11c08a911a..2bc2de4e39 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -280,7 +280,9 @@ for($x = 0; $x < $total_posts; $x++) "QUOTE_IMG" => $quote_img, "PMSG_IMG" => $pmsg_img, "IP_IMG" => $ip_img, - "DELPOST_IMG" => $delpost_img)); + "DELPOST_IMG" => $delpost_img, + + "U_POST_ID" => "#".$postrow[$x]["post_id"])); } if($total_replies > $board_config['posts_per_page']) |