]> git.mxchange.org Git - friendica.git/commitdiff
Fix typo in Model\Event
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 30 Dec 2020 14:20:46 +0000 (09:20 -0500)
committerGitHub <noreply@github.com>
Wed, 30 Dec 2020 14:20:46 +0000 (09:20 -0500)
src/Model/Event.php

index 995941edd0b568740c7d4102e7f5297b39ac5870..db99ae57156af23eca14242f5c2f617531cd8ac4 100644 (file)
@@ -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.