Completed
Push — master ( 00715e...278a25 )
by Anthony
02:26
created
admin/controller/AdminArticle.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 		private function getTestTitle($title, $id_article=null) {
25 25
 			$dbc = App::getDb();
26 26
 			
27
-			if (strlen($title) < 5){
27
+			if (strlen($title) < 5) {
28 28
 				$this->error_title = "votre titre doit être supérieur à 4 caractères";
29 29
 				return false;
30 30
 			}
Please login to merge, or discard this patch.