quote:
Originally posted by whiz
I've noticed that, it occurs when OnEvent_Initialize is called and not signed in - it uses the registry functions that use the current user's email address. Fixed now.
Use the user's UserId instead... It's a better way to do it... Also, you say you fixed it, but have all the
OnEvent_Initialize stuff happen on the
OnEvent_SigninReady event and then, in
OnEvent_Initialize, check the user's status to see if they are signed in, if they are, call the
OnEvent_SigninReady event from there