Posted by gorbeia on November 17, 2011 at 2:51pm
4 followers
| Project: | Token |
| Version: | 6.x-1.18 |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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:
<?php
if (!$account->uid && empty($account->name)) {
$account->name = variable_get('anonymous', 'Anonymous');
}
?>Commenting out that assignation the comment author is correctly filled.
Comments
#1
This patch makes token_user.inc not to override $account->name.
#2
Ah thanks this definitely needs to be fixed.
#3
#4
Thanks, committed this to 6.x-1.x-dev: http://drupalcode.org/project/token.git/commit/8b88af7
#5
Automatically closed -- issue fixed for 2 weeks with no activity.