From: Philipp Date: Tue, 16 Nov 2021 20:11:47 +0000 (+0100) Subject: Update src/App/Module.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f4e19a82f6c901dc1bb82cde41fdd802a1f6bf2;p=friendica.git Update src/App/Module.php Co-authored-by: Hypolite Petovan --- 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); } /**