Fix php 8 compatibilty

This commit is contained in:
ptibogxiv 2022-06-12 14:23:24 +02:00 committed by GitHub
parent 00446a10d7
commit 295f5eb3ea
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;