From a12380a2477f7caaf2d12c927bc95fc7186d0667 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 30 Dec 2020 09:20:46 -0500 Subject: [PATCH] Fix typo in Model\Event --- src/Model/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Event.php b/src/Model/Event.php index 995941edd0..db99ae5715 100644 --- a/src/Model/Event.php +++ b/src/Model/Event.php @@ -292,7 +292,7 @@ class Event $contact = DBA::selectFirst('contact', [], $conditions); if (!DBA::isResult($contact)) { - Logger::warning('Contact not found', ['condition' => $conditions, 'cakkstack' => System::callstack(20)]); + Logger::warning('Contact not found', ['condition' => $conditions, 'callstack' => System::callstack(20)]); } // Existing event being modified.