summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-24 20:16:43 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-24 20:16:43 -0500
commit81d14efbd1627827a826eecd54fb17121f952921 (patch)
tree630a8b0be1f8c28c8a9f9483a198508df59b6602 /app/Controller
parentd81fb20df66fd77e41f0f7d573e60b856b1e9f8a (diff)
Simplify date and time configuration to avoid potential validation issues
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/ConfigController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/ConfigController.php b/app/Controller/ConfigController.php
index 8285ee13..8572316e 100644
--- a/app/Controller/ConfigController.php
+++ b/app/Controller/ConfigController.php
@@ -76,7 +76,6 @@ class ConfigController extends BaseController
'languages' => $this->languageModel->getLanguages(),
'timezones' => $this->timezoneModel->getTimezones(),
'date_formats' => $this->dateParser->getAvailableFormats($this->dateParser->getDateFormats()),
- 'datetime_formats' => $this->dateParser->getAvailableFormats($this->dateParser->getDateTimeFormats()),
'time_formats' => $this->dateParser->getAvailableFormats($this->dateParser->getTimeFormats()),
'title' => t('Settings').' &gt; '.t('Application settings'),
)));