summaryrefslogtreecommitdiff
path: root/app/Controller/Currency.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Currency.php')
-rw-r--r--app/Controller/Currency.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/Currency.php b/app/Controller/Currency.php
index ecaa9834..3e0de905 100644
--- a/app/Controller/Currency.php
+++ b/app/Controller/Currency.php
@@ -59,7 +59,6 @@ class Currency extends Base
$values = $this->request->getValues();
if ($this->config->save($values)) {
- $this->config->reload();
$this->flash->success(t('Settings saved successfully.'));
} else {
$this->flash->failure(t('Unable to save your settings.'));