Update src/App/ModuleController.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp
2021-11-17 06:57:37 +01:00
committed by GitHub
parent 766b3f0d01
commit 61a507000f

View File

@@ -152,7 +152,6 @@ class ModuleController
}
$isBackend = in_array($module, ModuleController::BACKEND_MODULES);
;
return new ModuleController($module, null, $isBackend, $this->printNotAllowedAddon);
}