Fix typo in Model\Event
This commit is contained in:
parent
c5c9fda93c
commit
a12380a247
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue