cakephp2-php8/lib
mark_story c6e5026767 Fix issues saveMany & saveAssociated with boolean values.
For non-atomic, save operations that include models with boolean fields.
The first false value would cause the save to abort. This regression was
introduced in #6947. Instead of checking the data from save() we should
be boolean casting save() to capture the success/failure.

Refs #7069
2015-07-22 00:41:10 -04:00
..
Cake Fix issues saveMany & saveAssociated with boolean values. 2015-07-22 00:41:10 -04:00