vendo/application

Model_User('some@email.de') doesn't set Automodelers state

Closed this issue · 0 comments

Shouldn't this be done through Automodeler::load() method?:

https://github.com/vendo/application/blob/develop/classes/model/user.php#L65

Otherwise Automodelers state always remains as "new" and will always try to insert instead of update the model.