|
@@ -207,7 +207,7 @@ |
|
|
block discarded – undo |
|
207
|
207
|
$update_count = array(); |
|
208
|
208
|
foreach ($topics_data as $topic_id => $topic_data) |
|
209
|
209
|
{ |
|
210
|
|
- $post_data = array_shift($posts_data[$topic_id]); |
|
|
210
|
+ $post_data = array_shift($posts_data[$topic_id]); |
|
211
|
211
|
$topics[] = $this->fields->show($type, $topic_data, $post_data, $users_cache, $attachments, $update_count, $topic_tracking_info); |
|
212
|
212
|
} |
|
213
|
213
|
unset($topics_data, $posts_data, $users_cache, $attachments, $topic_tracking_info); |
Please login to merge, or discard this patch.