I'm working on a Webform I created. I have a custom module that does the form validation.
It all seems to work ...
but when I load the form, I get in my log
==> /var/log/drupal.log <==
Aug 4 09:15:08 humedesk DRUPAL: http://humedesk.localhost|1344096905|php|192.168.1.3|http://humedesk.localhost/content/contact-hume|http://humedesk.localhost/|0||Notice: Undefined offset: 3 in webform_conditional_prepare_javascript() (line 824 of /home/hume/drupal/sites/all/modules/contrib/webform/includes/webform.conditionals.inc).
It's just a "Notice", and like I said I didn't find anything yet that's not working, but still it doesn't look right.
So far no idea what this is about; searching in the issue queue hasn't helped yet :-/
Is this possibly a bug or more likely my own config problem?
Comments
Comment #1
humdrum commentedComment #2
Stalski commentedI fixed this with this patch beneath for the moment.
- edit - it's actually more #1984310: Undefined Offset error in webform.conditionals.inc where this belongs.