FriendsOfSymfony1 / doctrine1

[DEPRECATED -- Use Doctrine2 instead] Doctrine 1 Object Relational Mapper.
http://www.doctrine-project.org
GNU Lesser General Public License v2.1
40 stars 75 forks source link

Added more robust array_diff E_NOTICE fix #3

Closed franciscocardoso closed 9 years ago

franciscocardoso commented 10 years ago

Code ported from @shouze's (github.com/shouze) commit to the rezzza/doctrine1 fork.

See https://github.com/rezzza/doctrine1/commit/0b838e for more information.

matlam commented 10 years ago

@GromNaN, could you please merge this pull request. Without this patch I still get the Notice in one case involving a many-to-many relationship.

yanneg commented 9 years ago

Any update on this?

GromNaN commented 9 years ago

Thanks.