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

View File

@@ -292,7 +292,7 @@ class Event
$contact = DBA::selectFirst('contact', [], $conditions); $contact = DBA::selectFirst('contact', [], $conditions);
if (!DBA::isResult($contact)) { 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. // Existing event being modified.