]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Rename App Methods
[friendica.git] / mod / notes.php
index 01f283870ef8ec2ed119d84a458fd2db67d7e33d..da8352966e721e3f2c7698dc51668efa33db5967 100644 (file)
@@ -61,7 +61,7 @@ function notes_content(App $a, $update = false)
        $condition = ['uid' => local_user(), 'post-type' => Item::PT_PERSONAL_NOTE, 'gravity' => GRAVITY_PARENT,
                'wall' => false, 'contact-id'=> $a->contact['id']];
 
-       $a->set_pager_itemspage(40);
+       $a->setPagerItemsPage(40);
 
        $params = ['order' => ['created' => true],
                'limit' => [$a->pager['start'], $a->pager['itemspage']]];