]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apilists.php
Updating Janrain OpenID auth library
[quix0rs-gnu-social.git] / actions / apilists.php
index c5dbd7f290b6020f9e81066ba7261e6d4e8e5fb5..529bdd67856e0616d8d896bf8b73be8519c60dfd 100644 (file)
@@ -30,8 +30,6 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-require_once INSTALLDIR . '/lib/apibareauth.php';
-
 /**
  * Action handler for Twitter list_memeber methods
  *
@@ -189,7 +187,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,