]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscribers.php
rudementary photo albums. going to /username/photos displays all the images username...
[quix0rs-gnu-social.git] / actions / subscribers.php
index 6fdf43e2ccdd548855985172773f10e6e7b6a880..2845a498e991a0c7033f83fe002f09fd58e5376a 100644 (file)
@@ -181,8 +181,12 @@ class SubscribersListItem extends SubscriptionListItem
 
     function homepageAttributes()
     {
+        $aAttrs = parent::linkAttributes();
+
         if (common_config('nofollow', 'subscribers')) {
             $aAttrs['rel'] = 'nofollow';
         }
+
+        return $aAttrs;
     }
 }