]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscriptions.php
showAvatar functions deduplicated into Widget class
[quix0rs-gnu-social.git] / actions / subscriptions.php
index c4dda3f627843e962951bd0d5e5f71eb02321ccb..733823d21b423058ef20d4f8d7f8a0e99e78e075 100644 (file)
@@ -172,7 +172,7 @@ class SubscriptionsListItem extends SubscriptionListItem
     function showProfile()
     {
         $this->startProfile();
-        $this->showAvatar();
+        $this->showAvatar($this->profile);
         $this->showFullName();
         $this->showLocation();
         $this->showHomepage();