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

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

realityloop created an issue. See original summary.

realityloop’s picture

Status: Active » Needs review
keshavv’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, Thank you.

rosk0’s picture

Status: Reviewed & tested by the community » Closed (works as designed)

The 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.