]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Salmon.php
Merge pull request #6132 from annando/notice
[friendica.git] / src / Protocol / Salmon.php
index 1192781801bf284d8e4cb7e501348295e3a8129f..47376890d5a677207b5ba691de0a5c9147a1dfea 100644 (file)
@@ -52,7 +52,7 @@ class Salmon
                                        } else {
                                                $ret[$x] = substr($ret[$x], 5);
                                        }
-                               } elseif (normalise_link($ret[$x]) == 'http://') {
+                               } elseif (Strings::normaliseLink($ret[$x]) == 'http://') {
                                        $ret[$x] = Network::fetchUrl($ret[$x]);
                                }
                        }