Closed (fixed)
Project:
Role Change Notify
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2011 at 21:53 UTC
Updated:
7 Aug 2011 at 21:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
rfayConfirmed - A leftover from D6... that only happens if the D7 contrib token module is enabled. That must be why people were able to use this.
Comment #2
rfayHere's a patch that just removes that hunk. I'll ask davereid if it's the right thing to do. I don't think this flush is required any more.
Comment #3
dave reidYeah there's no caching of token values at all in D7 since they are lazy-generated, so as long as you're providing an up-to-date $account object to token_replace(), you should be fine.
Comment #5
rfayThanks, @davereid.
Committed: b842109
This will be in the next dev. I'll roll a release someday if there's no negative feedback (or if anybody requests it)