Added support for language LDAP attribute
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user