diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:51:00 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-28 09:51:00 -0400 |
commit | fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9 (patch) | |
tree | 29f6a83769d4fea938c63c2cc3ac0f8618b0534c /lib | |
parent | 42a996930481783af1a5a3fbbae18dc1201fbb0b (diff) | |
download | nextcloud-server-fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9.tar.gz nextcloud-server-fd2ca21fc24b6b73a6d75af2e7a7a226e5b186e9.zip |
Allow share_with column to be null for links
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 0abdddcbf9b..720f2cdeefd 100755 --- a/lib/util.php +++ b/lib/util.php @@ -76,7 +76,7 @@ class OC_Util { */ public static function getVersion(){ // hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4,9,0. This is not visible to the user - return array(4,83,4); + return array(4,83,5); } /** |