]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
normalise_link calls
[friendica.git] / include / conversation.php
index 04f0adaef61060273327124a4f9871fca23ea332..e57033605406e7c1ab742a8bfceff195a99b0089 100644 (file)
@@ -843,7 +843,7 @@ function item_photo_menu($item) {
        $cid = 0;
        $network = '';
        $rel = 0;
-       $condition = ['uid' => local_user(), 'nurl' => normalise_link($item['author-link'])];
+       $condition = ['uid' => local_user(), 'nurl' => Strings::normaliseLink($item['author-link'])];
        $contact = DBA::selectFirst('contact', ['id', 'network', 'rel'], $condition);
        if (DBA::isResult($contact)) {
                $cid = $contact['id'];