Closed (fixed)
Project:
AHAH helper
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2010 at 11:49 UTC
Updated:
11 Jun 2010 at 09:20 UTC
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
Comment #1
paskainos commentedNice work Vincent - and thanks for sharing! :)
- ditto!
(Incidentally, tried to add this comment initially and received a validation error, which I noted at: http://drupal.org/node/718888).
Comment #2
f0ns commenteddamn I just found this out on my own and was gonna post it! :p cheers!!!
Comment #3
blackdog commentedThis has been fixed in -dev it seems. Perhaps a new release is in order?