Fix typo in Model\Event
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user