diff options
Diffstat (limited to 'controllers/config.php')
-rw-r--r-- | controllers/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/controllers/config.php b/controllers/config.php index 96a6a085..e01b2082 100644 --- a/controllers/config.php +++ b/controllers/config.php @@ -32,11 +32,12 @@ class Config extends Base if ($this->config->save($values)) { $this->config->reload(); $this->session->flash(t('Settings saved successfully.')); - $this->response->redirect('?controller=config'); } else { $this->session->flashError(t('Unable to save your settings.')); } + + $this->response->redirect('?controller=config'); } $this->response->html($this->template->layout('config_index', array( |