cakephp2-php8/lib
chinpei215 c227c14bf2 Fix afterFind() called twice with hasMany relationship
It occurs when a model and the children models are related to a same model.
For example, such as the following:

* User hasMany Comment
* User hasMany Article
* Article hasMany Comment
2014-08-11 00:12:03 +09:00
..
Cake Fix afterFind() called twice with hasMany relationship 2014-08-11 00:12:03 +09:00