Fix cache layer

This commit is contained in:
Andre D 2015-06-11 18:06:15 -04:00
parent c8d20e7460
commit 3adc8e2fa5

View file

@ -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)