X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapilists.php;h=5eab3e6a1f3e500befd0b9d01ed0468e92a7c979;hb=88c00facc807d1c138146c02c703e2294b5d357b;hp=c5dbd7f290b6020f9e81066ba7261e6d4e8e5fb5;hpb=f0d762f1968fa0ac33b39d73cc9c0225c9e8a989;p=quix0rs-gnu-social.git diff --git a/actions/apilists.php b/actions/apilists.php index c5dbd7f290..5eab3e6a1f 100644 --- a/actions/apilists.php +++ b/actions/apilists.php @@ -189,7 +189,7 @@ class ApiListsAction extends ApiBareAuthAction // there is no argument named count $count = 20; $profile = $this->user->getProfile(); - $fn = array($profile, 'getOwnedTags'); + $fn = array($profile, 'getLists'); list($this->lists, $this->next_cursor,