From 829e255ba351962e77c3e4571a8f06fe9010316b Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Wed, 18 Jun 2025 14:15:48 +0200 Subject: [PATCH] added new file upload and bug fix --- .../ConstructionConsentJournalController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application/ConstructionConsentJournal/ConstructionConsentJournalController.php b/application/ConstructionConsentJournal/ConstructionConsentJournalController.php index eb7997513..fe69a5cbb 100644 --- a/application/ConstructionConsentJournal/ConstructionConsentJournalController.php +++ b/application/ConstructionConsentJournal/ConstructionConsentJournalController.php @@ -47,10 +47,6 @@ class ConstructionConsentJournalController extends mfBaseController { try { $uploaded = mfUpload::handleFormUpload("file", false, "/ConstructionConsentJournal"); } catch (Exception $e) { - var_dump($e->getMessage()); - die(); - $this->layout()->setFlash("Fehler beim speichern!", "error"); - $this->redirect("ConstructionConsent", "View", ["id" => $consent->id]); }