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

wrong typo in ZFDoctrine_Form_Model on line 383 #31

Open
simukti opened this issue Jul 30, 2011 · 0 comments
Open

wrong typo in ZFDoctrine_Form_Model on line 383 #31

simukti opened this issue Jul 30, 2011 · 0 comments

Comments

@simukti
Copy link

simukti commented Jul 30, 2011

there is a wrong typo in ZFDoctrine_Form_Model on line 383

if ($subForm instanceof ZFDoctrine_Form_ModelSubForm) {
  $subForm->save($persist);
}

it should be:

if ($subForm instanceof ZFDoctrine_Form_Model_SubForm) {
  $subForm->save($persist);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant