Fix cache layer
This commit is contained in:
parent
c8d20e7460
commit
3adc8e2fa5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ upload.modules.addmodule({
|
|||
},
|
||||
cache: function(seed, data) {
|
||||
this.cached = data
|
||||
this.cached_seed = data.seed
|
||||
this.cached_seed = seed
|
||||
},
|
||||
cacheresult: function(data) {
|
||||
this.cache(data.seed, data.encrypted)
|
||||
|
|
Loading…
Reference in a new issue