Closed (fixed)
Project:
Shoutbox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 02:46 UTC
Updated:
31 Jul 2008 at 04:47 UTC
In shoutbox.module, line 543 it should be $shout->uid instead of $user->uid:
if (!variable_get('shoutbox_shownamefield', 1) && $shout->uid)
The variable $user is not defined and the user can change their nickname when editing the shout, even if that was turned off in the settings.
Comments
Comment #1
grub3 commentedSorry, but this did not fix the problem on my install. PHP5 + PostgreSQL 8.3 + Drupal 6.2
Comment #2
disterics commentedWhat exactly is the bug here?
Comment #3
disterics commentedFound the bug. Code fix is checked in
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.