]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apilists.php
Fix invite button for public sites
[quix0rs-gnu-social.git] / actions / apilists.php
index c5dbd7f290b6020f9e81066ba7261e6d4e8e5fb5..5eab3e6a1f3e500befd0b9d01ed0468e92a7c979 100644 (file)
@@ -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,