]> git.mxchange.org Git - friendica.git/commitdiff
Fixed test - again
authorMichael <heluecht@pirati.ca>
Wed, 10 May 2023 16:57:08 +0000 (16:57 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 10 May 2023 16:57:08 +0000 (16:57 +0000)
src/Util/Images.php

index 05b3573dd25c47fb79dfa65d6e86cb105d521528..269dbda1998c11ed9d4b12cfc19892e7d0a094c7 100644 (file)
@@ -344,7 +344,7 @@ class Images
         * @param string $description
         * @return string
         */
-       public static function getBBCodeByUrl(string $photo, string $preview = null, string $description = ''): string
+       public static function getBBCodeByUrl(string $photo, string $preview = null, string $description = null): string
        {
                if (!empty($preview)) {
                        return '[url=' . $photo . '][img=' . $preview . ']' . $description . '[/img][/url]';