]> git.mxchange.org Git - friendica.git/commit
Changed:
authorRoland Häder <roland@mxchange.org>
Sun, 26 Jun 2022 21:18:05 +0000 (23:18 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Jun 2022 21:28:48 +0000 (23:28 +0200)
commit4bdce6948fd8dd3940d41140a606e219aecb1feb
treed654db066469ce6493c88f698841fc53275e6b68
parente04ad87c15f4d5a0926984b8b0954ff84434e971
Changed:
- $publicContact['about'] can be NULL, causing following error:
--------------------------
Argument 1 passed to Friendica\Content\Text\BBCode::toPlaintext() must be of
the type string, null given, called in /.../src/Object/Api/Twitter/User.php
--------------------------
The "expensive" code there can be avoided being called by an empty string or
NULL to increase performance.
src/Object/Api/Twitter/User.php