]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/conversation.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / conversation.php
index 123965afa2340aa524f94775cb4829693124a9d7..f33d267d35c02df306e9b211535c976b68b3f049 100644 (file)
@@ -123,7 +123,7 @@ class ConversationAction extends Action
      */
     function showContent()
     {
-        $tnl = new ThreadedNoticeList($this->notices, $this, $this->userProfile);
+        $tnl = new FullThreadedNoticeList($this->notices, $this, $this->userProfile);
 
         $cnt = $tnl->show();
     }