From: Philipp Date: Wed, 17 Nov 2021 05:57:37 +0000 (+0100) Subject: Update src/App/ModuleController.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=61a507000f58d730e5cd20709aa8f23f4d5583c2;p=friendica.git Update src/App/ModuleController.php Co-authored-by: Hypolite Petovan --- 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); }