]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Search/Index.php
Remove pager parameter from conversation()
[friendica.git] / src / Module / Search / Index.php
index a68086ecccbfac105253fbaad2381ae483f0e5e9..3e174c79055291dfbb84e1676f6f090e452cf525 100644 (file)
@@ -200,7 +200,7 @@ class Index extends BaseSearch
 
                Logger::info('Start Conversation.', ['q' => $search]);
 
-               $o .= conversation(DI::app(), $r, $pager, 'search', false, false, 'commented', local_user());
+               $o .= conversation(DI::app(), $r, 'search', false, false, 'commented', local_user());
 
                $o .= $pager->renderMinimal(count($r));