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
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
Comment #1
janusman commentedFixed in 5.x-1.x-dev
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.