Properly initialize the CacheJail for sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
957edb8dde
commit
55b416c448
|
@ -67,7 +67,7 @@ class Cache extends CacheJail {
|
||||||
|
|
||||||
parent::__construct(
|
parent::__construct(
|
||||||
null,
|
null,
|
||||||
null
|
''
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue