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) {
Issue fork formassembly-3294944
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
Comment #3
driverok commentedComment #6
fathershawn