When importing tweets I got this nice warning on cron's logs:

Notice: Trying to get property of non-object in twitter_status_save() (line 159 of ../twitter/twitter.inc)

This is caused because the retweet_status data is a multidimensional array not an object and no previous cast is done when creating the TwitterStatus object.

Comments

d70rr3s created an issue. See original summary.

d70rr3s’s picture

Status: Active » Closed (won't fix)

Closing, as is fixed on 7.x-6.x branch