Threaded item when in single post display

This commit is contained in:
Domovoy 2012-08-03 21:34:29 +02:00
부모 75700a725e
커밋 985f16d992
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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 {