Problem/Motivation

PHP Warning output.

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in entityreference_prepopulate.module on line 336

Steps to reproduce

Using PHP 7.4

Comments

Julien Tekrane created an issue. See original summary.

Delphine Lepers’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#3115641: Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated.