diff --git a/ground/views/article.php b/ground/views/article.php
index 00883da..b114234 100644
--- a/ground/views/article.php
+++ b/ground/views/article.php
@@ -18,7 +18,7 @@
- = self::renderPartial('comments/all.php',['parentId'=>$article->id, 'parentType' => 'article'],TRUE); ?>
+ = self::renderPartial('comments/all.php',array('parentId'=>$article->id, 'parentType' => 'article'),TRUE); ?>