]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Rename App Methods
[friendica.git] / mod / dirfind.php
index 4223bb6ecd34bb3e196f9c1a62acbee7ab536810..5fe9ae13af32adacf7b8d0e8c34fb25b10fcf1bf 100644 (file)
@@ -188,8 +188,8 @@ function dirfind_content(App $a, $prefix = "") {
                }
 
                if ($j->total) {
-                       $a->set_pager_total($j->total);
-                       $a->set_pager_itemspage($j->items_page);
+                       $a->setPagerTotal($j->total);
+                       $a->setPagerItemsPage($j->items_page);
                }
 
                if (!empty($j->results)) {