Index: ahah_helper.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/ahah_helper/ahah_helper.module,v retrieving revision 1.3 diff -u -r1.3 ahah_helper.module --- ahah_helper.module 14 Feb 2009 15:48:36 -0000 1.3 +++ ahah_helper.module 11 Jun 2009 12:58:35 -0000 @@ -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,