ezpublish-legacy
ezpublish-legacy copied to clipboard
FIX EZP-25456 - ezp_legacy: eZPersistentObject $this->$def["functions"][$attr]();
Bugfix in eZPersistentObject changing
$this->$def["functions"][$attr]();
=>
$def["functions"][$attr]();
This seems to break fix done in #475.