diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-26 17:14:08 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-26 17:14:08 +0100 |
commit | 91e63866fb150ccac547609024de7456e984df62 (patch) | |
tree | 136858c26e0a157270f9d889daf4f5ee7b848122 /actions | |
parent | 8d95151f7a9d23fdd507c6b8a526e827b0f59d20 (diff) |
move block form
Diffstat (limited to 'actions')
-rw-r--r-- | actions/subscribers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/subscribers.php b/actions/subscribers.php index fb8733c77..e88cbf693 100644 --- a/actions/subscribers.php +++ b/actions/subscribers.php @@ -96,7 +96,7 @@ class SubscribersAction extends GalleryAction class SubscribersList extends ProfileList { - function showOwnerControls($profile) + function showBlockForm() { $bf = new BlockForm($this->out, $profile, array('action' => 'subscribers', |