summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()