From 685e9e7e1987cba0d892fd06dfe1f4e429ab79e9 Mon Sep 17 00:00:00 2001 From: Fabii547 Date: Thu, 11 Aug 2016 09:29:07 +0200 Subject: [PATCH] Remove obsolete parameter 'appendSession' from LinkHandler calls --- files/lib/data/conversation/FeedConversation.class.php | 1 - templates/conversationList.tpl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/files/lib/data/conversation/FeedConversation.class.php b/files/lib/data/conversation/FeedConversation.class.php index 16c2808..df58e58 100644 --- a/files/lib/data/conversation/FeedConversation.class.php +++ b/files/lib/data/conversation/FeedConversation.class.php @@ -27,7 +27,6 @@ class FeedConversation extends DatabaseObjectDecorator implements IFeedEntry { public function getLink() { return LinkHandler::getInstance()->getLink('Conversation', [ 'object' => $this->getDecoratedObject(), - 'appendSession' => false, 'encodeTitle' => true ]); } diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index 1cfc499..c08205f 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -16,7 +16,7 @@ {/capture} {capture assign='headContent'} - + {/capture} {capture assign='sidebarLeft'} @@ -116,7 +116,7 @@ {/capture} {capture assign='headerNavigation'} -
  • +
  • {/capture} -- 2.20.1