Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
ldestailleur
2025-04-03 21:09:46 +02:00
8 changed files with 29 additions and 18 deletions

View File

@@ -9865,7 +9865,7 @@ abstract class CommonObject
$filearray=array_merge($filearray, $filearrayold);
}*/
completeFileArrayWithDatabaseInfo($filearray, $relativedir);
completeFileArrayWithDatabaseInfo($filearray, $relativedir, $this);
'@phan-var-force array<array{name:string,path:string,level1name:string,relativename:string,fullname:string,date:string,size:int,perm:int,type:string,position_name:string,cover:string,keywords:string,acl:string,rowid:int,label:string,share:string}> $filearray';
if (count($filearray)) {