cakePHP - modified field not updating

Viewed 8231

Any ideas on how to debug a modified field that is not being updated? The created field works fine.

I'm not sure what code you would need to look at so let me know!

Thanks

7 Answers

I got the same problem today and found out the modified field is only updated if any changes have been made, otherwise the field will not be touched.

Related