X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FImages.php;h=aed72f065b7c8c0810efa22c0aaa938ca6c7c46c;hb=e1863951986ba5be173758324a00652bc5af870c;hp=05b3573dd25c47fb79dfa65d6e86cb105d521528;hpb=45dda2c0647a76093fc50b7f245b78d59ef90434;p=friendica.git diff --git a/src/Util/Images.php b/src/Util/Images.php index 05b3573dd2..aed72f065b 100644 --- a/src/Util/Images.php +++ b/src/Util/Images.php @@ -349,6 +349,7 @@ class Images if (!empty($preview)) { return '[url=' . $photo . '][img=' . $preview . ']' . $description . '[/img][/url]'; } + return '[img=' . $photo . ']' . $description . '[/img]'; } }