error in call to drupal_add_js resulst in notice: undefined index
wulff - April 20, 2009 - 11:59
| Project: | AHAH helper |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Jump to:
Description
The call to drupal_add_js on line 101 doesn't match the function's signature.
Attached patch fixes this.
| Attachment | Size |
|---|---|
| ahah_helper.drupal_add_js.patch | 731 bytes |

#1
That should do the trick yes. Applied the patch and it works fine.