On line 418 the following code:

foreach($form["items"] as &$item) {

should be replaced with:

foreach($form["items"] as $item) {

and then the module should install properly

Thanks
Tristan

Comments

janusman’s picture

Version: 5.x-0.1.x-dev » 5.x-1.x-dev
Assigned: Unassigned » janusman
Status: Active » Fixed

Fixed in 5.x-1.x-dev

Anonymous’s picture

Status: Fixed » Closed (fixed)

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