Properly initialize the CacheJail for sharing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-09-03 18:07:59 +02:00
parent ecd0d39c30
commit 64c63bb00b
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -67,7 +67,7 @@ class Cache extends CacheJail {
parent::__construct(
null,
null
''
);
}