Problem/Motivation

After switching to PHP8 sites that use this module for Drupal 7, might have floating 500 error due to the wrong function signature.

Instead of

function formassembly_batch_get_forms($use_admin = false, &$context) {

it should be
function formassembly_batch_get_forms($use_admin, &$context) {

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

driverok created an issue. See original summary.

driverok’s picture

Issue summary: View changes

FatherShawn made their first commit to this issue’s fork.

  • c158a79 committed on 7.x-1.x
    Issue #3294944 by driverok: [PHP8] issue with...
fathershawn’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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