]> git.mxchange.org Git - friendica.git/commitdiff
Update src/App/ModuleController.php
authorPhilipp <admin+Github@philipp.info>
Wed, 17 Nov 2021 05:57:37 +0000 (06:57 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 05:57:37 +0000 (06:57 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/App/ModuleController.php

index 013859de9d8408ef2661f76bf7e359a265695fe1..a2c43ba5a81e136184a26f67cbd0617de49739c0 100644 (file)
@@ -152,7 +152,6 @@ class ModuleController
                }
 
                $isBackend = in_array($module, ModuleController::BACKEND_MODULES);
-               ;
 
                return new ModuleController($module, null, $isBackend, $this->printNotAllowedAddon);
        }