In realname.admin.inc, the "realname_pattern" variable has a default of "%1":

variable_get('realname_pattern', '%1')

However, in realname.module, the variable has a default of " " (an empty string).

variable_get('realname_pattern', ' ')

These should be the same.

Comments

hass’s picture

Issue summary: View changes
Status: Active » Closed (outdated)