]> git.mxchange.org Git - friendica.git/commit
Ensure non-NULL values in $data array in Contact::updateAvatar
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 9 Mar 2020 15:12:33 +0000 (11:12 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 9 Mar 2020 15:13:09 +0000 (11:13 -0400)
commit89534b5be37dd817e93b51892d8e6dc6d036a7b8
treebdb00e52a44b6e68373a2cfe9c7f10916d707efc
parent2702732308d4abbb8b99dde79a35d6332ef91df3
Ensure non-NULL values in $data array in Contact::updateAvatar

- Throw Exception instead of returning false if contact doesn't exist
- Address https://github.com/friendica/friendica/issues/7998#issuecomment-596271239
src/Model/Contact.php