Passed
Push — master ( dd3b74...86e6da )
by Anthony
04:19
created
core/modules/GestionModule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 			$query = $dbc->select()->from("module")->where("activer", "=", 1, "AND")->where("installer", "=", 1)->get();
45 45
 
46 46
 			if ((is_array($query)) && (count($query) > 0)) {
47
-				$id_module = [];$url = [];$nom = [];$version = [];$icone = [];
47
+				$id_module = []; $url = []; $nom = []; $version = []; $icone = [];
48 48
 
49 49
 				foreach ($query as $obj) {
50 50
 					$id_module[] = $obj->ID_module;
Please login to merge, or discard this patch.