Skip to content

Issue #3117532 by fgm: don't use count() on form_get_errors() result.

Frédéric G. Marand requested to merge issue/httpbl-3117532:7.x-1.x into 7.x-1.x

form_get_errors() returns null instead of array() when no errors are found, which causes a warning in PHP 7.3 and 7.4.

Merge request reports