Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class VerificationController extends AbstractActionController { ...@@ -32,7 +32,7 @@ class VerificationController extends AbstractActionController {
return new ViewModel([ return new ViewModel([
'modules' => $modules, '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(), 'templateService' => $this->getTemplateService(),
'privilegeService' => $this->getPrivilegeService(), 'privilegeService' => $this->getPrivilegeService(),
'etatService' => $this->getEtatService(), 'etatService' => $this->getEtatService(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment