]> git.mxchange.org Git - friendica.git/commitdiff
Threaded item when in single post display
authorDomovoy <domovoy@errlock.org>
Fri, 3 Aug 2012 19:34:29 +0000 (21:34 +0200)
committerDomovoy <domovoy@errlock.org>
Fri, 3 Aug 2012 19:34:29 +0000 (21:34 +0200)
mod/display.php

index 92ffd1a7095c7cc1b07bd8de1978f301fb84aa22..65e1781ee1acf8359c246f5e5ae334491db2663a 100644 (file)
@@ -113,8 +113,9 @@ function display_content(&$a) {
                        );
                }
 
-
-               $o .= conversation($a,$r,'display', false);
+               $items = conv_sort($r,"`commented`");
+               
+               $o .= conversation($a,$items,'display', false, false, true);
 
        }
        else {