Threaded comments are starting to work.
For now, only on normal view, and not during update
This commit is contained in:
@@ -687,7 +687,7 @@ function network_content(&$a, $update = 0) {
|
||||
|
||||
$mode = (($nouveau) ? 'network-new' : 'network');
|
||||
|
||||
$o .= conversation($a,$items,$mode,$update);
|
||||
$o .= conversation($a,$items,$mode,$update, false, true);
|
||||
|
||||
if(! $update) {
|
||||
if(! get_pconfig(local_user(),'system','alt_pager')) {
|
||||
|
||||
Reference in New Issue
Block a user