Closed (fixed)
Project:
Token
Version:
6.x-1.18
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 14:51 UTC
Updated:
23 May 2012 at 15:20 UTC
Jump to comment: Most recent file
Since I have updated to token-6.x-1.18 all anonymous comments appear with "Anonymous" user in spite of users writing a value in the comment form .
It seems that this value is being changed on token_user.inc where it does:
if (!$account->uid && empty($account->name)) {
$account->name = variable_get('anonymous', 'Anonymous');
}
Commenting out that assignation the comment author is correctly filled.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1344766-1.patch | 800 bytes | gorbeia |
Comments
Comment #1
gorbeia commentedThis patch makes token_user.inc not to override $account->name.
Comment #2
dave reidAh thanks this definitely needs to be fixed.
Comment #3
gorbeia commentedComment #4
dave reidThanks, committed this to 6.x-1.x-dev: http://drupalcode.org/project/token.git/commit/8b88af7