After login with ulogin module via facebook I get

Notice: Undefined property: stdClass::$uid in function profile_tokens() (line 1214 in file token/token.tokens.inc

patch attached

CommentFileSizeAuthor
token_fix_notice.patch808 bytesniko-
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

Project: Token » uLogin (advanced version)
Version: 7.x-1.5 » 7.x-1.x-dev
Issue summary: View changes

It sounds like this is a bug in the ulogin module. $account->uid should *always* be defined.

duozersk’s picture

Oleg, Dave,

Thank you for the report.

I think it should be addressed by this commit - http://drupalcode.org/project/ulogin.git/commit/e4d9afc
Please try it out and report back.

Thanks
AndyB
P.S. Dave, I still owe you a couple of beers (or anything else you prefer) for your response in https://drupal.org/comment/2601984#comment-2601984 ;)

duozersk’s picture

Status: Active » Closed (fixed)

Closing it as there were no feedback.