From 61a507000f58d730e5cd20709aa8f23f4d5583c2 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 17 Nov 2021 06:57:37 +0100 Subject: [PATCH] Update src/App/ModuleController.php Co-authored-by: Hypolite Petovan --- src/App/ModuleController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App/ModuleController.php b/src/App/ModuleController.php index 013859de9d..a2c43ba5a8 100644 --- a/src/App/ModuleController.php +++ b/src/App/ModuleController.php @@ -152,7 +152,6 @@ class ModuleController } $isBackend = in_array($module, ModuleController::BACKEND_MODULES); - ; return new ModuleController($module, null, $isBackend, $this->printNotAllowedAddon); }