diff options
Diffstat (limited to 'actions/subscribers.php')
-rw-r--r-- | actions/subscribers.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/actions/subscribers.php b/actions/subscribers.php index 2e37e0315..253d8440d 100644 --- a/actions/subscribers.php +++ b/actions/subscribers.php @@ -47,4 +47,14 @@ class SubscribersAction extends GalleryAction { function get_other(&$subs) { return $subs->subscriber; } -}
\ No newline at end of file + + function profile_list_class() { + return 'SubscribersList'; + } +} + +class SubscribersList extends ProfileList { + function show_owner_controls($profile) { + common_block_form($profile); + } +} |