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")
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
Comment #1
Anonymous (not verified) commentedthanks for the report and the fix :-)
i've applied this to cvs.
Comment #2
Anonymous (not verified) commented