Index: ahah_helper.module
===================================================================
--- ahah_helper.module	(revision 19)
+++ ahah_helper.module	(working copy)
@@ -142,7 +142,7 @@
   // 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,
