diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 0a58720ad..091d9a6ad 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -2640,6 +2640,7 @@ define([ progress: 0 }); }).nThen(function (waitFor) { + if (typeof(proxy.version) === "undefined") { proxy.version = 11; } Migrate(proxy, waitFor(), function (version, progress) { postMessage(clientId, 'LOADING_DRIVE', { type: 'migrate',