Skip to content

Ensure we don't check array offsets without an array

Closes #3358583

Checks that $domain_path_data is actually an array before attempting to access its keys.

Observed $domain_path_values["domain_path_delete"] == FALSE getting caught in this if statement, triggering PHP warnings.

Merge request reports