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
commit 8ecf8167db
6 changed files with 749 additions and 299 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')) {