]> git.mxchange.org Git - friendica.git/commitdiff
forgotten $
authorMichael <heluecht@pirati.ca>
Thu, 6 Sep 2018 21:10:48 +0000 (21:10 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 6 Sep 2018 21:10:48 +0000 (21:10 +0000)
src/Util/ParseUrl.php

index 4443da75641cd2876d4fbdb3ed17aca21d5d31dc..dd39a052a0c529bfccfa4248174848264bec1c16 100644 (file)
@@ -333,7 +333,7 @@ class ParseUrl
                }
 
                // Prevent to have a photo type without an image
-               if (empty($siteinfo['image']) && (siteinfo['type'] == 'photo')) {
+               if (empty($siteinfo['image']) && ($siteinfo['type'] == 'photo')) {
                        $siteinfo['type'] = 'link';
                }