X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsalmon.php;h=5e9c4fa616dc1df20eec3c8d16ac372add35155e;hb=a8dc8b288cceefa881d88adeeada04be67c4ad90;hp=8341b902a7a874b3db3e140d32478bda9b564962;hpb=a64db187313dea2b0b65fa7dfa1c53e52ec3a952;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]); } }