Needs review
Project:
Agenda
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jun 2019 at 11:52 UTC
Updated:
22 Jun 2019 at 12:07 UTC
Jump to comment: Most recent
Warning on website: Warning: count(): Parameter must be an array or an object that implements Countable in agenda_settings() (row 245 of /mnt/web315/a2/25/56990725/htdocs/sites/all/modules/agenda/agenda.module).
Change in row 245 from agenda.module: if (!count($settings) || !isset($settings->title)) {
to
if (!array($settings) || !isset($settings->title)) {
And there is no error anymore.
Comments
Comment #2
vincentdewit67 commented