]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Remove pager parameter from conversation()
[friendica.git] / mod / notes.php
index ccd30926c8dd0dcd8f63f0e8c51293ba76055dad..34cf404ca8b752efa3d892279125c830b1c0323e 100644 (file)
@@ -82,7 +82,7 @@ function notes_content(App $a, $update = false)
 
                $count = count($notes);
 
-               $o .= conversation($a, $notes, $pager, 'notes', $update);
+               $o .= conversation($a, $notes, 'notes', $update);
        }
 
        $o .= $pager->renderMinimal($count);