From 7b7f4693e20cd64bfa4ddb74ee7b36c7ef2b1be4 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 12 Jan 2017 12:15:23 +0200 Subject: [PATCH] add local config --- src/app/frontend/controllers/CustomerController.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/app/frontend/controllers/CustomerController.php b/src/app/frontend/controllers/CustomerController.php index 8318c11..c9d64f8 100644 --- a/src/app/frontend/controllers/CustomerController.php +++ b/src/app/frontend/controllers/CustomerController.php @@ -415,8 +415,10 @@ 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