Closed (fixed)
Project:
Statuses (Social Microblog)
Version:
7.x-1.x-dev
Component:
Code (Features)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2012 at 10:48 UTC
Updated:
24 May 2012 at 07:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mathankumarc commentedDo we need to change any other places?
Comment #2
icecreamyou commentedA few more places:
Thanks
Comment #3
mathankumarc commentedHere is the modified one.
Comment #4
icecreamyou commentedThis is an unusual case because this particular function is designed to imitate the Twitter API, where "name" is the formatted name (e.g. Isaac Sukin) and "screen_name" is the actual username (e.g. IceCreamYou). So this line should actually just use $account->name without format_username().
Other than that this is RTBC.
Comment #5
mathankumarc commentedCommitted to dev.