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