From 55ee906ba36cf66c3a390c98dde75e241de26e65 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 7 May 2016 18:05:33 -0400 Subject: Added support for language LDAP attribute --- app/Api/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Api') diff --git a/app/Api/App.php b/app/Api/App.php index 635f1ce2..1c4737c0 100644 --- a/app/Api/App.php +++ b/app/Api/App.php @@ -12,7 +12,7 @@ class App extends \Kanboard\Core\Base { public function getTimezone() { - return $this->config->get('application_timezone'); + return $this->timezone->getCurrentTimezone(); } public function getVersion() -- cgit v1.2.3