X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscribers.php;h=de374d57aa8a05dc3215902a8b73cb1a93585076;hb=f374e924f51d50a601bef4beeb138665374485b0;hp=f5548d653508ebafbca03e4677c8541923596c9b;hpb=aeaf75138cf8be42d2e3935b708e1d24a97bd0a0;p=quix0rs-gnu-social.git diff --git a/actions/subscribers.php b/actions/subscribers.php index f5548d6535..de374d57aa 100644 --- a/actions/subscribers.php +++ b/actions/subscribers.php @@ -43,4 +43,8 @@ class SubscribersAction extends GalleryAction { function div_class() { return 'subscribers'; } + + function get_other(&$subs) { + return $subs->subscriber; + } } \ No newline at end of file