fuel / orm

Fuel PHP Framework - Fuel v1.x ORM
http://fuelphp.com/docs/packages/orm/intro.html
152 stars 96 forks source link

Fixed bug in is_changed method to unset correct pk. #354

Closed MacTwister closed 8 years ago

MacTwister commented 10 years ago

Also if model or any relation is_new, then can return true.

I hope this is correct. This worked for me, as before is_changed was always returning TRUE even if nothing changed.

WanWizard commented 9 years ago

Any feedback on this issue?