From 55b416c4482f15a4f40bb50c43fc5ab42f62b64f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Tue, 3 Sep 2019 18:07:59 +0200 Subject: [PATCH] Properly initialize the CacheJail for sharing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/lib/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + '' ); } -- 2.39.5