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