From c50a5c760c6ee66d2f4474a4f0bf02f1b8ccb89a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Jun 2017 17:43:00 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Ajout=20du=20module=20pour=20ajouter?= =?UTF-8?q?=20des=20clients=20=C3=A0=20l'espace=20professionnel"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 77752af3d191f20b72d83efebc4ba57b820e205c. --- override/classes/controller/FrontController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/override/classes/controller/FrontController.php b/override/classes/controller/FrontController.php index e2794d5..3a22d35 100755 --- a/override/classes/controller/FrontController.php +++ b/override/classes/controller/FrontController.php @@ -43,6 +43,7 @@ class FrontController extends FrontControllerCore if ($this->php_self == 'password') { $this->php_self = 'index'; $this->template = _PS_THEME_DIR_.'password.tpl'; + } if (!in_array($this->php_self, ['index', 'password']) || Tools::getValue('submitAccount') || Tools::getValue('SubmitCreate')) { Tools::redirect('index'); exit;