Bug in the 'Active Chats' Block in chatroom.module at line 260:

$content .= '<li>'. l(check_plain($chat->name), "chatrooms/chat/$chat->ccid")

should be

$content .= '<li>'. l(check_plain($chat->chatname), "chatrooms/chat/$chat->ccid")

Comments

Anonymous’s picture

Assigned: Unassigned »
Status: Active » Fixed

thanks for the report and the fix :-)

i've applied this to cvs.

Anonymous’s picture

Status: Fixed » Closed (fixed)