]> git.mxchange.org Git - friendica.git/commitdiff
Ward against empty siteinfo in Text\BBCode::embedURL
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 16 Dec 2022 04:33:02 +0000 (23:33 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 16 Dec 2022 04:33:02 +0000 (23:33 -0500)
- Address https://github.com/friendica/friendica/issues/11994#issuecomment-1349593196

src/Content/Text/BBCode.php

index 62ad04a4348529cd8668e3b2bc971e1a458abd58..9be7def903e98fc9f9b21400200ac4df98b60c98 100644 (file)
@@ -2599,7 +2599,7 @@ class BBCode
                // Bypass attachment if parse url for a comment
                if (!$tryAttachment) {
                        DI::profiler()->stopRecording();
-                       return "\n" . '[url=' . $url . ']' . $siteinfo['title'] . '[/url]';
+                       return "\n" . '[url=' . $url . ']' . ($siteinfo['title'] ?? $url) . '[/url]';
                }
 
                // Format it as BBCode attachment