Closed (fixed)
Project:
Invite
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jun 2014 at 20:54 UTC
Updated:
14 Sep 2015 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
franksj commentedI changed the invite_notifications_init() to load a user object rather than use the global $user.
Patch included.
Comment #2
franksj commentedChanged from updating $user to a new $account.
Comment #3
chobart commentedPatch from #2 works. Thank you!
Comment #4
kerasai commentedGood to go.
This bug occurs because the global $user is not a fully-populated user entity, and one of the discrepancies is the data structure behind $user->picture. The patch from #2 fixes the issue by loading the full user entity and saving that.
Comment #5
djween commentedAfter much time pulling out hair and reading through many many many issue queues of other modules and core, it turns out this module seems to be culprit for the user pic issue on my site too. Patch applied and so far so good.
Comment #6
ckngCommitted to dev.