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);
|
$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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user