Completed
Branch develop (8d4a3b)
by
unknown
22:03
created
htdocs/core/modules/modCategorie.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -773,7 +773,7 @@
 block discarded – undo
773 773
 	 */
774 774
 	protected function exportTagLinks(int $r, string $categcode, string $elementtype, string $enabled, array $permission, array $fields_list)
775 775
 	{
776
-		global $db,$conf;		// $conf is required into an include later
776
+		global $db, $conf; // $conf is required into an include later
777 777
 
778 778
 		$categstatic = new Categorie($db);
779 779
 		$cat_id = array_search($categcode, $categstatic->MAP_ID);
Please login to merge, or discard this patch.