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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-19 19:02:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-19 19:02:15 +0300
commita80071ed163cc2245e55557eb94904f45ec272b1 (patch)
treea24dc96388a4372ea6dd440f054045be356bda94 /lib/Settings/WhoHasAccessSettings.php
parent8079fcb1c5ec681dc450154b25e3266f5ba4a456 (diff)
parent05b3ccad3e680e0cc060af750f3c5b75ca7e3d8b (diff)
Merge branch 'master' of github.com:georgehrke/privacy into fix/upate-assets-gitattributes
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;
}
}