Fix merge conflict.
authorJan Schneider <jan@horde.org>
Thu, 9 Dec 2010 15:01:41 +0000 (16:01 +0100)
committerJan Schneider <jan@horde.org>
Thu, 9 Dec 2010 15:01:41 +0000 (16:01 +0100)
jonah/stories/share.php

index 4c740a6..c4d3b25 100644 (file)
@@ -95,13 +95,8 @@ if ($form->validate($vars)) {
 
     $channel = $GLOBALS['injector']->getInstance('Jonah_Driver')->getChannel($channel_id);
     if (empty($channel['channel_story_url'])) {
-<<<<<<< HEAD
         $story_url = Horde::url('stories/view.php', true);
         $story_url = Horde_Util::addParameter($story_url, array('channel_id' => '%c', 'id' => '%s'));
-=======
-        $story_url = Horde::url('stories/view.php', true);
-        $story_url = Horde_Util::addParameter($story_url, array('channel_id' => '%c', 'story_id' => '%s'));
->>>>>>> master
     } else {
         $story_url = $channel['channel_story_url'];
     }