When I updated from 7.x-3.0-beta3 to 7.x-3.0-beta4 (or beyond) in a site with featurized HS config, attempting to clear cache caused a PHP Parse error in the Features module.

The patch in issue #466828 includes 'sort' => 1, as part of the sample dropbox config in API.txt, but does not actually add it to function hierarchical_select_element_info().

Attached patch remedies that (and fixes a whitespace nit in API.txt).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jproctor created an issue. See original summary.

jproctor’s picture

izus’s picture

Status: Active » Reviewed & tested by the community

tested and works great for me
Thanks

jproctor’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
3.89 KB

After a little exploration, this also requires the update hook from @alexverb in #1068462-7, rolled into the new version of the patch attached here with another bugfix and another update to API.txt.

  • stefan.r committed 94ca97f on 7.x-3.x authored by jproctor
    Issue #2731393 by jproctor: PHP Parse error:  syntax error, unexpected...
stefan.r’s picture

Status: Needs review » Fixed

Committed, thanks! FYI the install hook is in a separate commit.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.