added new file upload and bug fix
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user