]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/subscriptionlist.php
showAvatar functions deduplicated into Widget class
[quix0rs-gnu-social.git] / lib / subscriptionlist.php
index 36dcbf65f81227681a22ae875a9b9a4b8080c946..09a660052c8150e240b4a517080d193f4f279e89 100644 (file)
@@ -76,7 +76,7 @@ class SubscriptionListItem extends ProfileListItem
     function showProfile()
     {
         $this->startProfile();
-        $this->showAvatar();
+        $this->showAvatar($this->profile);
         $this->showFullName();
         $this->showLocation();
         $this->showHomepage();