Fix php 8 compatibilty
This commit is contained in:
parent
00446a10d7
commit
295f5eb3ea
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user