mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Fix several notices
This commit is contained in:
parent
cf65725373
commit
a294c19d6e
3 changed files with 7 additions and 3 deletions
|
@ -291,6 +291,9 @@ class Event
|
|||
}
|
||||
|
||||
$contact = DBA::selectFirst('contact', [], $conditions);
|
||||
if (!DBA::isResult($contact)) {
|
||||
Logger::warning('Contact not found', ['condition' => $conditions]);
|
||||
}
|
||||
|
||||
// Existing event being modified.
|
||||
if ($event['id']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue