X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsubscribers.php;h=ae52526e199115ac2d5aae511fe459fdc302be80;hb=2abe10b8ea4b5d69fc7f6513bf465541454ca2cf;hp=253d8440d8dd9d0dbe1ceab06071614e50e9291b;hpb=9b4df5056f2dba6b6fa7ac392c2114fd3c1400a0;p=quix0rs-gnu-social.git diff --git a/actions/subscribers.php b/actions/subscribers.php index 253d8440d8..ae52526e19 100644 --- a/actions/subscribers.php +++ b/actions/subscribers.php @@ -55,6 +55,7 @@ class SubscribersAction extends GalleryAction { class SubscribersList extends ProfileList { function show_owner_controls($profile) { - common_block_form($profile); + common_block_form($profile, array('action' => 'subscribers', + 'nickname' => $this->owner->nickname)); } }