]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscribers.php
Profile block base style
[quix0rs-gnu-social.git] / actions / subscribers.php
index 253d8440d8dd9d0dbe1ceab06071614e50e9291b..ae52526e199115ac2d5aae511fe459fdc302be80 100644 (file)
@@ -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));
     }
 }