added new file upload and bug fix

This commit is contained in:
Luca Haid
2025-06-18 14:15:48 +02:00
parent 5c2ea69ce1
commit 829e255ba3

View File

@@ -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]);
}