backdrop-contrib / paragraphs

Paragraphs module to control your content flow
https://backdropcms.org/project/paragraphs
GNU General Public License v2.0
5 stars 11 forks source link

Warning: count(): Parameter must be an array or an object that implements Countable #42

Closed laryn closed 4 years ago

laryn commented 4 years ago

Warning: count(): Parameter must be an array or an object that implements Countable in paragraphs_field_widget_embed_validate() (line 718 of /path/modules/paragraphs/paragraphs.field_widget.inc).

laryn commented 4 years ago

count requires an array, so for now I'll just make sure this is an array before using that function here.