On php7.2 bootstrap_rijkshuisstijl_preprocess_page produces a count() error:
count(): Parameter must be an array or an object that implements Countable
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | count-php72-error-3165190-2.patch | 640 bytes | batigolix |
On php7.2 bootstrap_rijkshuisstijl_preprocess_page produces a count() error:
count(): Parameter must be an array or an object that implements Countable
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | count-php72-error-3165190-2.patch | 640 bytes | batigolix |
Comments
Comment #2
batigolixThis can be fixed by checking if the parameter is an array.
Comment #4
bryandenijsYes, it's a good idea to check it first. Nice fix!
Comment #6
martijn de witComment #7
martijn de witMade a new release.