From 254eb4a9959e4c281fdeb47378a654de978cb1e4 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 15 Jan 2024 13:43:05 +0100 Subject: events and satisfaction --- src/http/Controller/Event.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/http') diff --git a/src/http/Controller/Event.php b/src/http/Controller/Event.php index 46e4c22..8b9b92a 100644 --- a/src/http/Controller/Event.php +++ b/src/http/Controller/Event.php @@ -59,9 +59,6 @@ class Event $sendResourcesEvent->cancel(); } - else { - DB::query('delete from event where id=:id', ['id' => $request->get('id')]); - } return new RedirectResponse( Router::generate( -- cgit v1.2.3