From 2f4e19a82f6c901dc1bb82cde41fdd802a1f6bf2 Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 16 Nov 2021 21:11:47 +0100 Subject: [PATCH] Update src/App/Module.php Co-authored-by: Hypolite Petovan --- src/App/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Module.php b/src/App/Module.php index eb1621b8b3..bfd6e74542 100644 --- a/src/App/Module.php +++ b/src/App/Module.php @@ -153,7 +153,7 @@ class Module $isBackend = in_array($module, Module::BACKEND_MODULES);; - return new Module($module,null, $isBackend, $this->printNotAllowedAddon); + return new Module($module, null, $isBackend, $this->printNotAllowedAddon); } /**