Removes obsolete property
authorMatthias Schmidt <gravatronics@live.com>
Sat, 5 Oct 2013 12:06:00 +0000 (14:06 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 5 Oct 2013 12:06:00 +0000 (14:06 +0200)
files/lib/page/ConversationPage.class.php

index 01612238b5cb7ad2866dc034753e5c8f31fe8fbd..fe365984b784349c298cd82ba969b865d8a6e275 100644 (file)
@@ -99,12 +99,6 @@ class ConversationPage extends MultipleLinkPage {
         */
        public $modificationLogList = null;
        
-       /**
-        * sidebar factory object
-        * @var wcf\system\message\sidebar\MessageSidebarFactory
-        */
-       public $sidebarFactory = null;
-       
        /**
         * list of participants
         * @var wcf\data\conversation\ConversationParticipantList
@@ -231,7 +225,6 @@ class ConversationPage extends MultipleLinkPage {
                        'attachmentList' => $this->objectList->getAttachmentList(),
                        'labelList' => $this->labelList,
                        'modificationLogList' => $this->modificationLogList,
-                       'sidebarFactory' => $this->sidebarFactory,
                        'sortOrder' => $this->sortOrder,
                        'conversation' => $this->conversation,
                        'conversationID' => $this->conversationID,