]> git.mxchange.org Git - friendica.git/commit
This will 2 things:
authorRoland Häder <roland@mxchange.org>
Thu, 16 Jun 2022 13:08:04 +0000 (15:08 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 16 Jun 2022 14:54:50 +0000 (16:54 +0200)
commitf2b7326650d65728619c3e3545e3ff29b1cd88ce
treec62387712b9cf1223841927eaa083a8d6d4cb407
parent7814ba4fc4be52c3bb387527be1df8fb659d6628
This will 2 things:
1) The first change prevents "expensive" code in HTML::toBBcode() to be executed
   just for an empty string which makes no sense.
2) The above change was maybe flawed as $apcontact['about'] would have never
   been created, not even empty which could have side effects

Thanks to @annando to make me rethink this part of code.
src/Model/APContact.php