Created on 23 July 2021, over 3 years ago
Updated 11 March 2023, about 2 years ago

Problem/Motivation

On a site using PHP 7.4.21, node edit forms will show a warning
Deprecated function: join(): Passing glue string after array is deprecated. Swap the parameters in template_preprocess_node_form() (line 170 of sites/all/modules/contrib/nodeformcols/nodeformcols.module).

Proposed resolution

On line 170 replace

$aVars['class'] = join($class, ' ');

with

$aVars['class'] = join(' ', $class);

per https://stackoverflow.com/questions/64347947/join-passing-glue-string-af...

πŸ› Bug report
Status

Active

Version

1.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States aitala

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024