From: Michael J. Rubinsky Date: Wed, 15 Sep 2010 13:46:03 +0000 (-0400) Subject: Fix path X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=097e351b398170bac82a32185365ed42e5c44ca3;p=horde.git Fix path --- diff --git a/jonah/lib/View/StoryView.php b/jonah/lib/View/StoryView.php index 41a0481bf..08e88e8cb 100644 --- a/jonah/lib/View/StoryView.php +++ b/jonah/lib/View/StoryView.php @@ -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 */