Index: mollom.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.module,v
retrieving revision 1.2.2.54
diff -u -p -r1.2.2.54 mollom.module
--- mollom.module	6 Jan 2009 08:08:33 -0000	1.2.2.54
+++ mollom.module	4 Feb 2009 00:05:28 -0000
@@ -369,6 +369,7 @@ function mollom_form_alter(&$form, $form
       $form['mollom'] = array(
         '#type' => 'mollom',
         '#mode' => $mode,
+        '#weight' => $weight,
       );
 
       // Add a submit handler that will clean the Mollom state as soon as the form
