mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Properly initialize the CacheJail for sharing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
4136e1f36c
commit
c2dede03bd
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