Completed
Push — master ( 69d4e5...2a9184 )
by Anthony
03:05
created
admin/controller/article/add.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1 1
 <?php
2 2
 	$article = new \modules\blog\admin\controller\AdminArticle();
3
-	print_r($_POST);echo("dfg");
3
+	print_r($_POST); echo("dfg");
4 4
 	$article->setAddArticle($_POST['title'], $_POST['categories'], $_POST['article'], $_POST['state']);
5 5
\ No newline at end of file
Please login to merge, or discard this patch.