Merge pull request #21216 from ptibogxiv/patch-14
Fix php 8 compatibility
This commit is contained in:
commit
d500180da5
@ -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