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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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