Jelajahi Sumber

Update dolibarr_changes.txt

ptibogxiv 3 tahun lalu
induk
melakukan
f2bade3188
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 7 0
      dev/dolibarr_changes.txt

+ 7 - 0
dev/dolibarr_changes.txt

@@ -275,6 +275,13 @@ RESTLER:
 	with 
 	
 	$loaders = array_unique(static::$rogueLoaders, SORT_REGULAR);
+	
+* Replace CommentParser.php line 423
+	elseif (count($value) && is_numeric($value[0]))
+	
+	with
+	
+	elseif (count($value) && isset($value[0]) && is_numeric($value[0]))
 
 
 +With swagger 2 provided into /explorer: