Commit b1483db50f45e9cd09c3d57d06e99cbb38c7c598
1 parent
e010e1df
add local config
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/app/frontend/controllers/CustomerController.php
| ... | ... | @@ -415,10 +415,8 @@ 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'); | |
| 419 | 418 | return $this->response->redirect(['for' => 'personal_data', 'language' => $this->lang_name]); |
| 420 | 419 | } |
| 421 | - die('here2'); | |
| 422 | 420 | return $this->response->redirect(['for' => 'cabinet', 'language' => $this->lang_name]); |
| 423 | 421 | break; |
| 424 | 422 | ... | ... |