Filing a bug report. Weird notifications on the Events page of EventCalendar plugin
-
Getting these notices/notfications:
Notrice: Undefined property stdClass::$current_group in C:Program Files (x86)Apache Software FoundationApache2.2htdocswordpresswp-contentpluginsbuddypressbp-groups.php on line 242
Notification Notice: Undefined variable: grouped_notifications in C:Program Files (x86)Apache Software FoundationApache2.2htdocswordpresswp-contentpluginsbuddypressbp-corebp-core-notifications.php on line 49
At both those lines if you replace:
if (!propertyOrVariable)
with
if (empty(propertyOrVariable))
the notifications go away…. Hopefully these changes can come in with a new version.
- The topic ‘Filing a bug report. Weird notifications on the Events page of EventCalendar plugin’ is closed to new replies.