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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Currency.php b/app/Controller/Currency.php
index 3d0deeac..42e404f8 100644
--- a/app/Controller/Currency.php
+++ b/app/Controller/Currency.php
@@ -38,7 +38,7 @@ class Currency extends Base
'values' => $values,
'errors' => $errors,
'rates' => $this->currency->getAll(),
- 'currencies' => $this->config->getCurrencies(),
+ 'currencies' => $this->currency->getCurrencies(),
'title' => t('Settings').' > '.t('Currency rates'),
)));
}