With PHP 7.2 there is a warning: Warning: count(): Parameter must be an array or an object that implements Countable in context_admin_context_admin_content_type_render() (line 64 of context_admin/plugins/content_types/context_admin.inc).

This can be fixed by simplifying the logic with empty() there.

CommentFileSizeAuthor
#2 ca-3021789-2.patch923 bytesklausi

Comments

klausi created an issue. See original summary.

klausi’s picture

Status: Active » Needs review
StatusFileSize
new923 bytes

Patch.