Dobbel commas (,) in the "online users block".

I changed this line of code:
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username},
To this:
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user},
To make the user groups style show in the online users section and for some reason I'm getting dobbel commas between usernames. Anyone knows how to fix it?

0640099ed2d15007d2940edcfd7b2adc.png
 
Back
Top Bottom