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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2013-08-07 13:51:08 +0400
committerGeorg Ehrke <developer@georgehrke.com>2013-08-07 13:51:08 +0400
commitdcc92445a0bc3d9d47768ac0f640780f2b09a5fd (patch)
treed40e06c0ac8062614212499987e612dfb723bfa2 /lib/util.php
parent91bd4dd67b7d58f09a4dadff8060f63c6d6b691e (diff)
allow permissions.user to be null as suggested by @butonic
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index b7dc2207e6c..dc13d31fd2b 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -78,7 +78,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
- return array(5, 80, 05);
+ return array(5, 80, 06);
}
/**