]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Rename App Methods
[friendica.git] / mod / match.php
index caa4c944cae6a660e0398098dc33836a1b16af22..bb1e4542aed0004eab693cdba92b3c10e4475291 100644 (file)
@@ -67,8 +67,8 @@ function match_content(App $a)
                $j = json_decode($x);
 
                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 (count($j->results)) {