Commit 7b7f4693e20cd64bfa4ddb74ee7b36c7ef2b1be4

Authored by Administrator
1 parent 7838d974

add local config

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/CustomerController.php
... ... @@ -415,8 +415,10 @@ class CustomerController extends \controllers\ControllerBase
415 415 // redirect
416 416 $this->flash->success($this->languages->getTranslation()->_("successfully_edited_your_password"));
417 417 if($this->session->get('special_users_id') != null) {
  418 + die('here');
418 419 return $this->response->redirect(['for' => 'personal_data', 'language' => $this->lang_name]);
419 420 }
  421 + die('here2');
420 422 return $this->response->redirect(['for' => 'cabinet', 'language' => $this->lang_name]);
421 423 break;
422 424  
... ...