From: Julius Härtl Date: Tue, 3 Sep 2019 16:07:59 +0000 (+0200) Subject: Properly initialize the CacheJail for sharing X-Git-Tag: v15.0.12RC1~6^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c2dede03bd9be7707a1a9871728c369f87ec4bba;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 + '' ); }