Index: ahah_helper/ahah_helper.module
===================================================================
--- ahah_helper/ahah_helper.module
+++ ahah_helper/ahah_helper.module
@@ -252,7 +252,7 @@
 function _ahah_helper_disable_validation(&$form) {
   foreach (element_children($form) as $child) {
     $form[$child]['#validated'] = TRUE;
-    _ahah_helper_disable_validation(&$form[$child]);
+    _ahah_helper_disable_validation($form[$child]);
   }
 }
 

