Commit 2a2fa0b0aa6394d1bedb8b662961fbb2ecb76d64
1 parent
583a9a5a
comments 3
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
frontend/views/blog/view.php
| ... | ... | @@ -57,7 +57,12 @@ |
| 57 | 57 | </div> |
| 58 | 58 | <!-- /#post-content --> |
| 59 | 59 | |
| 60 | - <?= CommentWidget::widget([ 'model' => $article ]) ?> | |
| 60 | + <?= CommentWidget::widget( | |
| 61 | + [ | |
| 62 | + 'model' => $article, | |
| 63 | + 'reply' => true, | |
| 64 | + ] | |
| 65 | + ) ?> | |
| 61 | 66 | |
| 62 | 67 | |
| 63 | 68 | <!-- <div id="disqus_thread"></div>--> | ... | ... |