X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscribers.php;h=2cc82d4571d3b6bf54e9e304411017b6e56aebd2;hb=4f3d1e93e97365deac2366bfe422e8301d773a25;hp=de2090cf116dfda0b7c640d82e03e4fb01570ae5;hpb=87b494f1ebbe7640d194ef322af12fdf378295df;p=quix0rs-gnu-social.git diff --git a/actions/subscribers.php b/actions/subscribers.php index de2090cf11..2cc82d4571 100644 --- a/actions/subscribers.php +++ b/actions/subscribers.php @@ -38,6 +38,7 @@ class SubscribersAction extends GalleryAction { function define_subs(&$subs, &$profile) { $subs->subscribed = $profile->id; + $subs->whereAdd('subscriber != ' . $profile->id); } function div_class() {