]> git.mxchange.org Git - friendica.git/commit
Apply changes to user-contact table first in Contact::update
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 21 Jan 2023 03:09:51 +0000 (22:09 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 21 Jan 2023 14:18:17 +0000 (09:18 -0500)
commit5519b50900b2c3341afe01d833c6677de29b0f92
tree56fa96f6df8de33a6c2fbfc1dce40d8672a76a3b
parentdcfb8bb73ee7096efb841c4de0951575b073e204
Apply changes to user-contact table first in Contact::update

- The truncateFieldsForTable call in the same method was potentially restricting the fields that could be updated in the user-contact table
src/Model/Contact.php