From: Domovoy Date: Fri, 3 Aug 2012 19:34:29 +0000 (+0200) Subject: Threaded item when in single post display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=985f16d9926add48a44937712fb924bea1afe0de;p=friendica.git Threaded item when in single post display --- diff --git a/mod/display.php b/mod/display.php index 92ffd1a709..65e1781ee1 100644 --- a/mod/display.php +++ b/mod/display.php @@ -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 {