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 committed by Backportbot
parent 957edb8dde
commit 55b416c448
1 changed files with 1 additions and 1 deletions

View File

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