mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +00:00
Fixes several database errors, removes "relation" handling
This commit is contained in:
parent
de90f5351f
commit
99a145f7cf
11 changed files with 39 additions and 176 deletions
|
@ -242,7 +242,7 @@ class Event
|
|||
return;
|
||||
}
|
||||
|
||||
DBA::delete('event', ['id' => $event_id], ['cascade' => false]);
|
||||
DBA::delete('event', ['id' => $event_id]);
|
||||
Logger::log("Deleted event ".$event_id, Logger::DEBUG);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue