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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Settings/WhoHasAccessSettings.php')
-rw-r--r--lib/Settings/WhoHasAccessSettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Settings/WhoHasAccessSettings.php b/lib/Settings/WhoHasAccessSettings.php
index 1209d17..69422c6 100644
--- a/lib/Settings/WhoHasAccessSettings.php
+++ b/lib/Settings/WhoHasAccessSettings.php
@@ -49,7 +49,7 @@ class WhoHasAccessSettings implements ISettings {
* @return int
*/
public function getPriority():int {
- return 15;
+ return 10;
}
}