@@ -24,7 +24,7 @@ |
||
24 | 24 | * @return bool |
25 | 25 | * function that verify if title of the article is ok |
26 | 26 | */ |
27 | - private function getTestTitle($title, $id_article=null) { |
|
27 | + private function getTestTitle($title, $id_article = null) { |
|
28 | 28 | $dbc = App::getDb(); |
29 | 29 | |
30 | 30 | if (ChaineCaractere::testMinLenght($title, 4) == false) { |