I receive the following notices when viewing a form that uses ahah_helper:

Notice: Undefined index: #action in ahah_helper_register() (line 84 of /var/www/drupal6/sites/all/modules/ahah_helper/ahah_helper.module).
Notice: Undefined index: #id in ahah_helper_register() (line 115 of /var/www/drupal6/sites/all/modules/ahah_helper/ahah_helper.module).

CommentFileSizeAuthor
#1 ahah_helper-notices-1371792-1.patch926 bytesrogierbom

Comments

rogierbom’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new926 bytes

This can easily be fixed by checking if these keys are set. Patch is attached.

psynaptic’s picture

Issue summary: View changes

Works as expected but the patch needs a reroll.

steveoliver’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Status: Patch (to be ported) » Reviewed & tested by the community

Patch works for D6. @psynaptic, I think this looks good to go against 6.x-2.x (dev), no?