summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-22 20:49:45 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-22 20:49:45 +0000
commite33d80fe9dd4cd6e7e913157361311757a3265a3 (patch)
tree85cb0d20b7730c4d1b9bf88e2b06ceed166ee455 /actions
parent0c7176b603dc91585449883d02dc0e3c3ad74244 (diff)
parent4f58dbf55718133eadcb4b18b72a70504b31defa (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r--actions/showstream.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 1ea84cf21..9e209cd4a 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -388,6 +388,8 @@ class ShowstreamAction extends Action
$this->showSubscribers();
$this->showGroups();
$this->showStatistics();
+ $cloud = new PersonalTagCloudSection($this, $this->user);
+ $cloud->show();
}
function showSubscriptions()