Commit 99c5c49b authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Ajout d'un parametre indiquant le chamin d'installation pour la partie Vérification

parent 31b03087
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ class VerificationController extends AbstractActionController {

        return new ViewModel([
            'modules' => $modules,
            'installation_path' => $this->getParametreService()->getParametreByCode(GlobalParametres::TYPE, GlobalParametres::INSTALL_PATH),
            'installation_path' => $this->getParametreService()->getParametreByCode(GlobalParametres::TYPE, GlobalParametres::INSTALL_PATH)->getValeur(),
            'templateService' => $this->getTemplateService(),
            'privilegeService' => $this->getPrivilegeService(),
            'etatService' => $this->getEtatService(),