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

$this in static function GxActiveRecord::saveMultiple() #9

Open
atellier opened this issue Nov 8, 2012 · 2 comments
Open

$this in static function GxActiveRecord::saveMultiple() #9

atellier opened this issue Nov 8, 2012 · 2 comments

Comments

@atellier
Copy link

atellier commented Nov 8, 2012

static function GxActiveRecord::saveMultiple() accesses $this, which is illegal... and will break sooner or later.

Thanks,

Arnaud.

@rcoelho
Copy link
Owner

rcoelho commented Nov 8, 2012

Hi Arnaud, thanks for submitting this ticket. This method is indeed broken, and the documentation states not to use it. It will be removed (or fixed, maybe) in the next release.

@atellier
Copy link
Author

atellier commented Nov 8, 2012

Awesome! Thanks for the hard work!

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

2 participants