Index: branches/5.1.x/units/poll_comments/poll_comment_eh.php =================================================================== diff -u -N -r13094 -r13577 --- branches/5.1.x/units/poll_comments/poll_comment_eh.php (.../poll_comment_eh.php) (revision 13094) +++ branches/5.1.x/units/poll_comments/poll_comment_eh.php (.../poll_comment_eh.php) (revision 13577) @@ -1,6 +1,6 @@ Application->RecallVar('user_id') == '-2') { // Guest + if ($this->Application->RecallVar('user_id') == USER_GUEST) { // make Guest Name and Email required for guests $fields = $this->Application->getUnitOption($event->Prefix, 'Fields'); $fields['GuestName']['required'] = 1;