]> git.mxchange.org Git - friendica.git/commitdiff
Update src/App/Module.php
authorPhilipp <admin+Github@philipp.info>
Tue, 16 Nov 2021 20:11:47 +0000 (21:11 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 20:11:47 +0000 (21:11 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/App/Module.php

index eb1621b8b37a296b3a7e8bda1a9b59fea5f4e1cf..bfd6e7454280eab5e03861536dee6720def44885 100644 (file)
@@ -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);
        }
 
        /**