diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-09-03 18:07:59 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-09-03 18:07:59 +0200 |
commit | 64c63bb00b855876694d141825b15b47d22b627e (patch) | |
tree | e06c3598677f881020c9e830d9da743faf15a774 /apps | |
parent | ecd0d39c304597c77639600a40db25e86fa5a126 (diff) | |
download | nextcloud-server-64c63bb00b855876694d141825b15b47d22b627e.tar.gz nextcloud-server-64c63bb00b855876694d141825b15b47d22b627e.zip |
Properly initialize the CacheJail for sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/lib/Cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php index bb1467ea827..edd7ab3186f 100644 --- a/apps/files_sharing/lib/Cache.php +++ b/apps/files_sharing/lib/Cache.php @@ -67,7 +67,7 @@ class Cache extends CacheJail { parent::__construct( null, - null + '' ); } |