Merge pull request #21216 from ptibogxiv/patch-14

Fix php 8 compatibility
This commit is contained in:
Laurent Destailleur 2022-06-12 18:51:48 +02:00 committed by GitHub
commit d500180da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -569,7 +569,7 @@ class EcmFiles extends CommonObject
$line = new EcmfilesLine();
$line->id = $obj->rowid;
$line->ref = $obj->ref;
$line->ref = $obj->rowid;
$line->label = $obj->label;
$line->share = $obj->share;
$line->entity = $obj->entity;