API hook signature on user save seems old or wrong in twitter.api.php. I found it uses single argument, and it is array, merged twitter and drupal account data obviously:
/**
* Notifies of a saved twitter account.
*
* @param $account
* User account object.
* @param $values
* Twitter account values.
* @see twitter_account_save()
*/
function hook_twitter_account_save($account, $values) {}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | api-signature-fix-1953280-1.patch | 0 bytes | lifecoderua |
Comments
Comment #1
lifecoderua commentedI think this patch should helps
Comment #2
lifecoderua commentedOw, the patch is empty.. Here is a code I've change in twitter.api.php:
Comment #3
damienmckennaTriggering the testbot.
Comment #4
damienmckennaTriggering the testbot.
Comment #5
damienmckennaCommitted. Thanks.