Closed (fixed)
Project:
Microblog
Version:
7.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Sep 2011 at 01:04 UTC
Updated:
9 Oct 2011 at 20:49 UTC
The spec for the format_username() says to use the user object, not the name. The are four uses in the microblog.module on lines 87, 235, 237.
The way it is currently coded causes the user name to always be displayed as Anonymous based on where format_username is used.
Comments
Comment #1
jeckman commentedThanks Rob - I'll see if we can switch over to the user object.
Comment #2
jeckman commentedFixed, committed to 7.x-2.x dev branch
Comment #2.0
jeckman commentedhad wrong line numbers