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 4136e1f36c
commit c2dede03bd

View file

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