Fix typo in Model\Event

This commit is contained in:
Hypolite Petovan 2020-12-30 09:20:46 -05:00 committed by GitHub
parent c5c9fda93c
commit a12380a247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.