From f3b5b5de8af2a3d716e2d571c24d6970f54edfe7 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 20 Nov 2008 16:21:42 -0500 Subject: [PATCH] Only show 'Recent tags' tab for tag cloud, not for tag streams darcs-hash:20081120212142-7b5ce-9b0325c43a423de108b221325446969dc240d916.gz --- actions/tag.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actions/tag.php b/actions/tag.php index 553810cccd..034072a6bf 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -67,9 +67,8 @@ class TagAction extends StreamAction { common_element_start('div', 'instructions'); common_raw($output); common_element_end('div'); + $this->public_views_menu(); } - - $this->public_views_menu(); } function show_tags()