]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / mod / display.php
index fe8e960f9eb600aa3b971e258326713a0d8f3a29..a03b918372efd61636961fbbf488f486aec18ddc 100644 (file)
@@ -365,7 +365,7 @@ function display_content(App $a, $update = false, $update_uid = 0)
        $title = trim(HTML::toPlaintext(BBCode::convert($item["title"], false), 0, true));
        $author_name = $item["author-name"];
 
-       $image = $a->remove_baseurl($item["author-avatar"]);
+       $image = $a->removeBaseURL($item["author-avatar"]);
 
        if ($title == "") {
                $title = $author_name;