Hi,

I have noticed an error in ahah_helper.module on line 145 (which is more of a typo really).

Instead of:
require_once($form_state['storage']['#ahah_helper']['#file']);

The line should read:
require_once($form_state['storage']['#ahah_helper']['file']); // remove the # at the beginning of #file

Thanks for the great module, Wim! It was immensely helpful for the project I'm working on.

Vincent

Comments

paskainos’s picture

Nice work Vincent - and thanks for sharing! :)

Thanks for the great module, Wim! It was immensely helpful for the project I'm working on.

- ditto!

(Incidentally, tried to add this comment initially and received a validation error, which I noted at: http://drupal.org/node/718888).

f0ns’s picture

damn I just found this out on my own and was gonna post it! :p cheers!!!

blackdog’s picture

Status: Active » Fixed

This has been fixed in -dev it seems. Perhaps a new release is in order?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.