diff --git a/core/js/update.js b/core/js/update.js index 9562c7b2e4..eb65336229 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -107,7 +107,7 @@ } setTimeout(function () { - OC.redirect(OC.webroot + '/'); + OC.redirect(window.location.href); }, 3000); } });