X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fsalmon.php;h=5e9c4fa616dc1df20eec3c8d16ac372add35155e;hb=9ecd901e446cff7d693523de72b3033cfb40914a;hp=8341b902a7a874b3db3e140d32478bda9b564962;hpb=4e4580f326d90beb122cb94b6b3c8347efa4dc24;p=friendica.git diff --git a/include/salmon.php b/include/salmon.php index 8341b902a7..5e9c4fa616 100644 --- a/include/salmon.php +++ b/include/salmon.php @@ -31,8 +31,7 @@ function get_salmon_key($uri,$keyhash) { $ret[$x] = substr($ret[$x],strpos($ret[$x],',')+1); else $ret[$x] = substr($ret[$x],5); - } - else + } elseif (normalise_link($ret[$x]) == 'http://') $ret[$x] = fetch_url($ret[$x]); } }