https://bugzilla.wikimedia.org/show_bug.cgi?id=40340
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|migrateUserGroup.php must |migrateUserGroup.php should |invalidate object cache for |invalidate object cache and |affected users |update user_touched for | |affected users --- Comment #1 from Krinkle <[email protected]> 2012-09-18 23:39:59 UTC --- I was thinking of adding a simple loop that constructs a User object for the id, verify that the user exists by that Id, and then invalidate cache. But bug 40342 popped up. Though not a problem right now because whether the account exists or not isn't that much of an issue because User::invalidateCache() makes sure load() is called and double-checks `$this->mId` again. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
