Closed (fixed)
Project:
Mollom
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Feb 2009 at 00:11 UTC
Updated:
11 Mar 2009 at 07:50 UTC
mollom_form_alter() goes to a whole lot of trouble, working out the weight that it should apply to the mollom form element. And then, it completely ignores the weight that it just calculated. Forgets to actually assign it to $form['mollom']['#weight'].
Patch to fix this attached. No-brainer.
| Comment | File | Size | Author |
|---|---|---|---|
| mollom_weight.patch | 603 bytes | Jaza |
Comments
Comment #1
dries commentedYou're absolutely right. Committed to CVS HEAD. Thanks Jaza.