Threaded comments are starting to work.

For now, only on normal view, and not during update
This commit is contained in:
Domovoy
2012-07-27 22:08:57 +02:00
parent 3484d3bc5f
commit 8ecf8167db
6 changed files with 781 additions and 331 deletions

View File

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