model.php
17.6 KB
-
get_dirty() comparison is not type safe · d46e1921
get_dirty() must compare using Not Identical (!==) on place of Not Equal (!=). For example, changing null to false don't make the model dirty.
Bernardo Rittmeyer committed