- Affected version
- 2.0 Beta 3
In XF\Mvc\Entity\Entity::save(), _saveToSource is called which loops over each to-be-saved column and calls getEntitySourceValue. This function then returns the saved array.
Later in save(), this process is repeated to populate an array to pass to _saveCleanUp, which has already been computed.
Later in save(), this process is repeated to populate an array to pass to _saveCleanUp, which has already been computed.