Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference update #413

Merged
merged 1 commit into from
Dec 23, 2022
Merged

Fix reference update #413

merged 1 commit into from
Dec 23, 2022

Conversation

VincentLanglet
Copy link
Contributor

Related to #409 (cc @greg0ire)

When the manager does not contains the reference of an object and need to update it,
$this->references[$name] was updated but not $this->referencesByClass[$class][$name].

This PR fix this.

@greg0ire greg0ire added the Bug label Dec 23, 2022
@greg0ire greg0ire added this to the 1.6.1 milestone Dec 23, 2022
@greg0ire greg0ire merged commit 1a4232c into doctrine:1.6.x Dec 23, 2022
@greg0ire
Copy link
Member

Thanks @VincentLanglet!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants