diff options
author | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 20:49:45 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 20:49:45 +0000 |
commit | e33d80fe9dd4cd6e7e913157361311757a3265a3 (patch) | |
tree | 85cb0d20b7730c4d1b9bf88e2b06ceed166ee455 /actions | |
parent | 0c7176b603dc91585449883d02dc0e3c3ad74244 (diff) | |
parent | 4f58dbf55718133eadcb4b18b72a70504b31defa (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 2 |
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() |