]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/PageInfo.php
Merge pull request #9553 from annando/insert-mode
[friendica.git] / src / Content / PageInfo.php
index 39bd35f73af68511db77c60a441c2005305247ce..786385c3ef7d4a841efb372650e31ce07cf91fb3 100644 (file)
@@ -292,7 +292,7 @@ class PageInfo
                        $quotedUrl
                )$#isx", function ($match) use ($url) {
                        // Stripping URLs with no label
-                       if (!isset($match[1])) {
+                       if (empty($match[1])) {
                                return '';
                        }