forked from GNUsocial/gnu-social
Fix for compile error (misnamed function) in 4211b7f011
This commit is contained in:
@@ -135,7 +135,7 @@ class TwitterBasicAuthClient
|
||||
*
|
||||
* @return mixed an array of statuses similar to friends timeline but including retweets
|
||||
*/
|
||||
function statusesFriendsTimeline($since_id = null, $max_id = null,
|
||||
function statusesHomeTimeline($since_id = null, $max_id = null,
|
||||
$cnt = null, $page = null)
|
||||
{
|
||||
$url = 'https://twitter.com/statuses/home_timeline.json';
|
||||
|
Reference in New Issue
Block a user