@@ -139,7 +139,7 @@ |
||
139 | 139 | |
140 | 140 | foreach ($posts_data as $topic_id => $posts) |
141 | 141 | { |
142 | - $post_data = array_shift($posts); |
|
142 | + $post_data = array_shift($posts); |
|
143 | 143 | $topic_data = $topics_data[$topic_id]; |
144 | 144 | $topic_data = $this->fields->show($content_type, $topic_data, $post_data, $users_cache, $attachments, $update_count, $topic_tracking_info, $topic_data_overwrite, $cp_mode); |
145 | 145 |