|
@@ -68,8 +68,7 @@ |
|
|
block discarded – undo |
|
68
|
68
|
if ( |
|
69
|
69
|
($type = $this->content_types->get_forum_type($event['post_info']['forum_id'])) !== false |
|
70
|
70
|
&& $event['post_info']['post_id'] === $event['post_info']['topic_first_post_id'] |
|
71
|
|
- ) |
|
72
|
|
- { |
|
|
71
|
+ ) { |
|
73
|
72
|
$entity = $this->content_types->get_type($type); |
|
74
|
73
|
|
|
75
|
74
|
$this->fields->prepare_to_show($entity, array($event['post_info']['topic_id']), $entity->get_summary_fields(), $entity->get_summary_tpl(), 'summary'); |
Please login to merge, or discard this patch.