]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix ticket 662
authormac65 <mac65@mac65.com>
Mon, 22 Sep 2008 21:33:14 +0000 (17:33 -0400)
committermac65 <mac65@mac65.com>
Mon, 22 Sep 2008 21:33:14 +0000 (17:33 -0400)
The user_timeline action for the Twitter API was not reading the page
argument. Added in one line to assign the page argument. Tested on local
install and it worked.

darcs-hash:20080922213314-e558a-1e429af6660de21990236b2bb444f2b6f36e08df.gz

actions/twitapistatuses.php

index 3041240dded4dd59fdff76e5da2f49f0f0637672..87e805e877fdcd2b5cbc424e15552558dceefe72 100644 (file)
@@ -323,6 +323,7 @@ class TwitapistatusesAction extends TwitterapiAction {
                $count = $this->arg('count');
                $since = $this->arg('since');
                $since_id = $this->arg('since_id');
+               $page = $this->arg('page');
 
                if (!$page) {
                        $page = 1;