From 9e24bb2ef08b86c6d1aa150fda5a05538f4882da Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 14 Jan 2016 21:42:28 -0500 Subject: Do not cache app settings in session --- app/Controller/Currency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') 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'), ))); } -- cgit v1.2.3