]> source.dussan.org Git - nextcloud-server.git/commitdiff
Properly initialize the CacheJail for sharing
authorJulius Härtl <jus@bitgrid.net>
Tue, 3 Sep 2019 16:07:59 +0000 (18:07 +0200)
committerBackportbot <backportbot-noreply@rullzer.com>
Mon, 9 Sep 2019 13:01:06 +0000 (13:01 +0000)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/files_sharing/lib/Cache.php

index bb1467ea827bdec398099df094ff1372c0a19bc8..edd7ab3186f5d492f62f34fc7bf996de9fdac7bd 100644 (file)
@@ -67,7 +67,7 @@ class Cache extends CacheJail {
 
                parent::__construct(
                        null,
-                       null
+                       ''      
                );
        }