-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 4.2.0, 4.3.0, 4.4.0alpha3
-
Fix Version/s: 4.2.1, 4.4.0alpha5, Customer request
-
Component/s: Misc
-
Labels:None
Running data imports with object relations we get an error on line 1119 in kernel/classes/datatypes/ezobjectrelationlist/ezobjectrelationlisttype.php. Obviously the static class method isItemPublished is called usind the syntax for instance methods ($this->isItemPublished()), with is not allowed by the php cli.