ezpublish-legacy icon indicating copy to clipboard operation
ezpublish-legacy copied to clipboard

FIX EZP-25456 - ezp_legacy: eZPersistentObject $this->$def["functions"][$attr]();

Open fwoldt opened this issue 9 years ago • 1 comments

Bugfix in eZPersistentObject changing

$this->$def["functions"][$attr]();
 => 
$def["functions"][$attr]();

fwoldt avatar Feb 09 '16 08:02 fwoldt

This seems to break fix done in #475.

andrerom avatar Mar 10 '16 15:03 andrerom