From b1483db50f45e9cd09c3d57d06e99cbb38c7c598 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 12 Jan 2017 12:42:54 +0200 Subject: [PATCH] add local config --- src/app/frontend/controllers/CustomerController.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/src/app/frontend/controllers/CustomerController.php b/src/app/frontend/controllers/CustomerController.php index c9d64f8..8318c11 100644 --- a/src/app/frontend/controllers/CustomerController.php +++ b/src/app/frontend/controllers/CustomerController.php @@ -415,10 +415,8 @@ class CustomerController extends \controllers\ControllerBase // redirect $this->flash->success($this->languages->getTranslation()->_("successfully_edited_your_password")); if($this->session->get('special_users_id') != null) { - die('here'); return $this->response->redirect(['for' => 'personal_data', 'language' => $this->lang_name]); } - die('here2'); return $this->response->redirect(['for' => 'cabinet', 'language' => $this->lang_name]); break; -- libgit2 0.21.4