From: Julius Härtl Date: Tue, 3 Sep 2019 16:07:59 +0000 (+0200) Subject: Properly initialize the CacheJail for sharing X-Git-Tag: v16.0.5RC1~8^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=55b416c4482f15a4f40bb50c43fc5ab42f62b64f;p=nextcloud-server.git Properly initialize the CacheJail for sharing Signed-off-by: Julius Härtl --- 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 + '' ); }