X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fapilists.php;h=42672e6191c40aacf46561341a184d778fa4c5c5;hb=c04c91bb8974671ee093f444b3d180993bc4987c;hp=129691a3b42f8c58b09835c38b906c179f12dea4;hpb=aa6da5965da099e6c029a62a96a3b13d9448da4d;p=quix0rs-gnu-social.git diff --git a/actions/apilists.php b/actions/apilists.php index 129691a3b4..42672e6191 100644 --- a/actions/apilists.php +++ b/actions/apilists.php @@ -185,7 +185,7 @@ class ApiListsAction extends ApiBareAuthAction list($this->lists, $this->next_cursor, - $this->prev_cursor) = Profile_list::getAtCursor($fn, array($this->auth_user), $cursor, $count); + $this->prev_cursor) = Profile_list::getAtCursor($fn, array($this->scoped), $cursor, $count); } function isReadOnly(array $args=array())