Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Sep 2010 at 03:34 UTC
Updated:
15 Oct 2010 at 22:11 UTC
in comment.module line 1184 the api documentation says "validate" can "even modify the comment"
but the $edit is passed by value and not by reference .
the declaration should be comment_validate(&$edit)
so that comment values could be changed in the validation stage before being saved
same issue : http://drupal.org/node/728300
Comments
Comment #1
jhodgdonPlease do not report the same issue twice. Closing this one as a duplicate