From 62256f60cc47969a363c2c7060e451f9017fbfb8 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Fri, 2 Oct 2015 14:54:53 +0300 Subject: [PATCH] FIX array --- ground/views/article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
- $article->id, 'parentType' => 'article'],TRUE); ?> + $article->id, 'parentType' => 'article'),TRUE); ?>