Skip to content

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

Open
fwoldt wants to merge 1 commit intoezsystems:masterfrom
fwoldt:patch-2
Open

FIX EZP-25456 - ezp_legacy: eZPersistentObject $this->$def["functions"][$attr]();#1237
fwoldt wants to merge 1 commit intoezsystems:masterfrom
fwoldt:patch-2

Conversation

@fwoldt
Copy link
Contributor

@fwoldt fwoldt commented Feb 9, 2016

Bugfix in eZPersistentObject changing

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

…ctions"][$attr]();

bugfix in eZPersistentObject changing
$this->$def["functions"][$attr]();
 => 
$def["functions"][$attr]();
@andrerom
Copy link
Contributor

This seems to break fix done in #475.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants