Problem/Motivation
Value is not always an array it seems
Steps to reproduce
Proposed resolution
improve handling where $returnto_list isn't an array
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork drupalauth4ssp-3469571
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:
- 3469571-typeerror-implode-argument
changes, plain diff MR !12
Comments
Comment #3
realityloop commentedComment #4
keshavv commentedLooks good, Thank you.
Comment #5
rosk0The value could only be string if the update function (
drupalauth4ssp_post_update_convert_returnto_list_param) didn't run, but that is not a module problem and I would rather not add just-in-case code.