summaryrefslogtreecommitdiff
path: root/actions/subscribers.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-23 03:22:37 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-23 03:22:37 -0400
commit77c5aecaf5764ad0bfc6f95e5320def61d859c37 (patch)
treea4d6573e99081f3e4bafdac56a95f432d1c00692 /actions/subscribers.php
parent546ab05dba507b67f40eff9aa17f684e2f9f244b (diff)
parentaf89dcadee63f4de1546abc6cebd50948b4bc42c (diff)
Merge branch 'dev/0.8.x' into 0.8.x
Diffstat (limited to 'actions/subscribers.php')
-rw-r--r--actions/subscribers.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/actions/subscribers.php b/actions/subscribers.php
index d91a7d4fd..4482de9a7 100644
--- a/actions/subscribers.php
+++ b/actions/subscribers.php
@@ -118,6 +118,16 @@ class SubscribersAction extends GalleryAction
$this->raw(common_markup_to_html($message));
$this->elementEnd('div');
}
+
+ function showSections()
+ {
+ parent::showSections();
+ $cloud = new SubscribersPeopleTagCloudSection($this);
+ $cloud->show();
+
+ $cloud2 = new SubscribersPeopleSelfTagCloudSection($this);
+ $cloud2->show();
+ }
}
class SubscribersList extends ProfileList