? file_fix.patch
Index: ahah_helper.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ahah_helper/ahah_helper.module,v
retrieving revision 1.3
diff -u -p -r1.3 ahah_helper.module
--- ahah_helper.module	14 Feb 2009 15:48:36 -0000	1.3
+++ ahah_helper.module	27 Mar 2009 13:17:10 -0000
@@ -142,7 +142,7 @@ function ahah_helper_render($form_item_t
   // which file should be loaded. This is necessary because we'll use the form
   // definition itself rather than the cached $form.
   if (isset($form_state['storage']['#ahah_helper']['file'])) {
-    require_once($form_state['storage']['#ahah_helper']['#file']);
+    require_once($form_state['storage']['#ahah_helper']['file']);
   }
 
   // If the form is being rebuilt due to something else than a pressed button,
