浏览代码

Update dolibarr_changes.txt

ptibogxiv 3 年之前
父节点
当前提交
f2bade3188
共有 1 个文件被更改,包括 7 次插入0 次删除
  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: