From: Vincent Vanwaelscappel Date: Fri, 23 Jun 2023 16:44:15 +0000 (+0200) Subject: wait #6015 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=da69b69b695c3bee0c17031810751082161f219c;p=fluidbook-toolbox.git wait #6015 @0:05 --- diff --git a/app/Fluidbook/Stats.php b/app/Fluidbook/Stats.php index 37d6ff129..ec4081fea 100644 --- a/app/Fluidbook/Stats.php +++ b/app/Fluidbook/Stats.php @@ -518,6 +518,9 @@ class Stats extends Reporting $data = $this->apiCall('Events.getCategory', ['flat' => 1, 'expanded' => 1, 'secondaryDimension' => 'eventName']); foreach ($data as $day => $events) { foreach ($events as $event) { + if(!isset($event['Events_EventName'])){ + continue; + } if (!isset($types[$event['Events_EventCategory']])) { continue; }