From 4e7192579ab0a1e3114d6f599495e3a54e1c397c Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 Jan 2009 20:46:37 +0000 Subject: [PATCH] Add personal tag cloud --- actions/showstream.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/showstream.php b/actions/showstream.php index 1ea84cf218..9e209cd4a0 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()