From: Hypolite Petovan Date: Wed, 30 Dec 2020 14:20:46 +0000 (-0500) Subject: Fix typo in Model\Event X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a12380a2477f7caaf2d12c927bc95fc7186d0667;p=friendica.git Fix typo in Model\Event --- 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.