Actions
Bug #2229
closedusing $user->store() appears to clear params
Description
When using API method ->store() for user objects it appears to clear the params in _users database table. It seams that params are processed in bindSafely (fired by saveSafely) as the params fields are handled by cb.core.php and its respective field class.
This however isn't necessarily the issue however as the problem is EXISTING users stored with store() are having the params fields completely emptied if they are not passed and processed through saveSafely.
Updated by beat almost 14 years ago
- Status changed from New to Feedback
- Assignee changed from beat to krileon
Still unable to confirm.
Updated by krileon almost 14 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Am not able to confirm either; was reported by Paul. Did not have any such issues with FBC or Twitter plugins. Closing as non-issue; believe the params were being set incorrectly by his implementation.
Actions