Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2018-09-23 18:05:47 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2019-01-25 22:36:29 +0300
commitf2cb856aa6a4f74adba77b92e6b255cb1e7acb87 (patch)
tree79c5116084166c5a9a99763e06f074e746aa9ff8 /lib
parentdadfcb173be17db00b739c5dd9f32b9623874a01 (diff)
Remove start of week setting
We will use the server setting
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/SettingsService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/SettingsService.php b/lib/Service/SettingsService.php
index 1440cf8d..3308c1cc 100644
--- a/lib/Service/SettingsService.php
+++ b/lib/Service/SettingsService.php
@@ -44,7 +44,6 @@ class SettingsService {
public function get() {
$settings = array(
'showHidden' => (int)$this->settings->getUserValue($this->userId, $this->appName,'various_showHidden'),
- 'startOfWeek' => (int)$this->settings->getUserValue($this->userId, $this->appName,'various_startOfWeek'),
'sortOrder' => (string)$this->settings->getUserValue($this->userId, $this->appName,'various_sortOrder'),
'sortDirection' => (bool)$this->settings->getUserValue($this->userId, $this->appName,'various_sortDirection'),
'userID' => $this->userId