Fix path
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 15 Sep 2010 13:46:03 +0000 (09:46 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 15 Sep 2010 14:54:11 +0000 (10:54 -0400)
jonah/lib/View/StoryView.php

index 41a0481..08e88e8 100644 (file)
@@ -41,7 +41,7 @@ class Jonah_View_StoryView extends Jonah_View_Base
         $cloud = new Horde_Core_Ui_TagCloud();
         $allTags = $driver->listTagInfo(array(), $channel_id);
         foreach ($allTags as $tag_id => $taginfo) {
-            $cloud->addElement($taginfo['tag_name'], Horde::url('results.php')->add(array('tag_id' => $tag_id, 'channel_id' => $channel_id)), $taginfo['total']);
+            $cloud->addElement($taginfo['tag_name'], Horde::url('stories/results.php')->add(array('tag_id' => $tag_id, 'channel_id' => $channel_id)), $taginfo['total']);
         }
 
         /* Prepare the story's tags for display */