]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
head.tpl: commentOpen() and commentClose() return true/false
[friendica.git] / mod / display.php
index 92ffd1a7095c7cc1b07bd8de1978f301fb84aa22..afa61ef026022256304d3e846b2bb9f7b25ea594 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);
 
        }
        else {