The module throws an syntax error when onDependencyRemoval is called in FlexsliderResponsiveFormatter. This is because it calls the parent method optionsetDependenciesDeleted() with two arguments, when the method actually just accepts one (an array of dependencies).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jwwj created an issue. See original summary.

jwwj’s picture

This patch should fix the problem by removing the first parameter ($this) from the method call.

  • minorOffense committed 621ae10 on 8.x-2.x authored by jwwj
    Issue #3222109 by jwwj: Error when onDependencyRemoval is called in...
minorOffense’s picture

Status: Needs review » Fixed

Thanks!

Status: Fixed » Closed (fixed)

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