Threaded item when in single post display

This commit is contained in:
Domovoy 2012-08-03 21:34:29 +02:00
parent 75700a725e
commit 985f16d992
1 changed files with 3 additions and 2 deletions

View File

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