Completed
Push — master ( 747b3c...8271d0 )
by Anthony
03:05
created
app/controller/Article.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 			$dbc = App::getDb();
23 23
 			$nb_article = Blog::getArticleIndex();
24 24
 			
25
-			$query = $dbc->select()->from("_blog_article")->limit(0,$nb_article)->get();
25
+			$query = $dbc->select()->from("_blog_article")->limit(0, $nb_article)->get();
26 26
 			
27 27
 			if ((is_array($query)) && (count($query) > 0)) {
28 28
 				$articles = [];
Please login to merge, or discard this patch.