Problem/Motivation

Multiple selects has a dependency on the core Options module to determine the available options. While configuring a new site, this dependency was not automatically enabled. This resulted in the fatal error:

Fatal error: Call to undefined function _options_properties() in ../[...]/multiple_selects.module on line 60

Upon investigation, I noticed the dependency on the Options module has a different syntax than described in the documentation.

Proposed resolution

Fix the dependency syntax in the info file.

Remaining tasks

  • Write a patch
  • Review

User interface changes

None

API changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr’s picture

Status: Active » Needs review
FileSize
713 bytes

Attached patch fixes the dependency syntax in the info file.

lee20’s picture

Status: Needs review » Reviewed & tested by the community