PHP 7.4 warning @ caneditrow

henk

Member
Using PHP 7.4.13
After github update, I get this warning:
Warning: First parameter must either be an object or the name of an existing class in .../plugins/fabrik_list/caneditrow/caneditrow.php on line 107

This was solved by revising commit c7e56aa by louis037 on 7 jun

//if (property_exists($this->acl, $data->__pk_val))
if (array_key_exists($data->__pk_val, $this->acl))
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top