diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-09-03 18:07:59 +0200 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-09-09 13:00:00 +0000 |
commit | 7f3802a41b96f7f62d964e8558470f74b09516f7 (patch) | |
tree | 986ce2b00b8e3b855be8574b3893e86ec4bf950e | |
parent | c092a011e3a898d2165dccfd25a20c53e86619ce (diff) | |
download | nextcloud-server-7f3802a41b96f7f62d964e8558470f74b09516f7.tar.gz nextcloud-server-7f3802a41b96f7f62d964e8558470f74b09516f7.zip |
Properly initialize the CacheJail for sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-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 + '' ); } |