Hello,

When enabling contact_forms_int I get the following errors:

drush en contact_forms_int -y
The following extensions will be enabled: contact_forms_int
Do you really want to continue? (y/n): y
array_key_exists() expects parameter 2 to be array, null given contact_forms_int.install:51                                                                                        [warning]
array_merge(): Argument #1 is not an array contact_forms_int.install:52                                                                                                            [warning]
array_key_exists() expects parameter 2 to be array, null given contact_forms_int.install:55                                                                                        [warning]
array_merge(): Argument #1 is not an array contact_forms_int.install:56                                                                                                            [warning]
contact_forms_int was enabled successfully.                                                                                                                                        [ok]
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

myselfhimself’s picture

Attached is a patch for that, disabling and reenabling the module with it removes the above errors.

NancyDru’s picture

Status: Active » Needs review
NancyDru’s picture

Looks okay to me.