recover existing conversation loading functionality for home,search,community,display,etc. whilst working on the ajax stuff in network

This commit is contained in:
friendica
2012-07-25 18:57:04 -07:00
parent 78b8684ab4
commit fc53a7a09e
6 changed files with 24 additions and 8 deletions

View File

@@ -712,7 +712,7 @@ logger('items: ' . count($items));
$mode = (($nouveau) ? 'network-new' : 'network');
$o .= conversation($a,$items,$mode,$update);
$o .= conversation($a,$items,$mode,$update,'client');
if(! $update) {
$o .= alt_pager($a,count($items));