From 64e2e072294563b7c834382c2de631687f235fe8 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 24 Feb 2014 18:08:58 -0500 Subject: Improve timezone pull-request and settings page --- controllers/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controllers') diff --git a/controllers/config.php b/controllers/config.php index 51a04079..5dfa828b 100644 --- a/controllers/config.php +++ b/controllers/config.php @@ -16,7 +16,7 @@ class Config extends Base 'errors' => array(), 'menu' => 'config', 'title' => t('Settings'), - 'timezones' => array_combine(timezone_identifiers_list(), timezone_identifiers_list()) + 'timezones' => $this->config->getTimezones() ))); } @@ -49,7 +49,7 @@ class Config extends Base 'errors' => $errors, 'menu' => 'config', 'title' => t('Settings'), - 'timezones' => array_combine(timezone_identifiers_list(), timezone_identifiers_list()) + 'timezones' => $this->config->getTimezones() ))); } -- cgit v1.2.3