Skip to content
Extraits de code Groupes Projets
Valider d02f6010 rédigé par Matthieu Napoli's avatar Matthieu Napoli
Parcourir les fichiers

Prevent access to the last step of the installation if Piwik is already installed

The last step is now also not optional, you need to visit the page to mark installation as finished
parent ce6803a3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -363,8 +363,6 @@ class Controller extends \Piwik\Plugin\ControllerAdmin ...@@ -363,8 +363,6 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
{ {
$this->checkPiwikIsNotInstalled(); $this->checkPiwikIsNotInstalled();
$this->markInstallationAsCompleted();
$view = new View( $view = new View(
'@Installation/trackingCode', '@Installation/trackingCode',
$this->getInstallationSteps(), $this->getInstallationSteps(),
...@@ -396,6 +394,8 @@ class Controller extends \Piwik\Plugin\ControllerAdmin ...@@ -396,6 +394,8 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
*/ */
public function finished() public function finished()
{ {
$this->checkPiwikIsNotInstalled();
$this->markInstallationAsCompleted(); $this->markInstallationAsCompleted();
$view = new View( $view = new View(
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter