If variable 'compact_forms_ids' is empty we get PHP warnings in watchdog:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in compact_forms_form_alter() (line 65 of /var/www/edn/sites/all/modules/contrib/compact_forms/compact_forms.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1133734-compact_forms-php-warnings.patch | 873 bytes | ygerasimov |
Comments
Comment #1
ygerasimov commentedIt happens because $form_ids never gets set. Attached patch to fix this.