fuel / orm

Fuel PHP Framework - Fuel v1.x ORM
http://fuelphp.com/docs/packages/orm/intro.html
152 stars 96 forks source link

fix hydration losing relations when using from_cache(false) #408

Closed Josh-G closed 6 years ago

Josh-G commented 7 years ago

Resolves #407 by ensuring we do not discard the hydration progress made in previous hydrate() calls.

The block could also be moved down to line 1479 but would not benefit from the additional hydration performed on line 1438 onward.