Redirect to correct URL after updating
Now requires a trailing slash to make sure we don't land on the forbidden page.
This commit is contained in:
parent
bec34f1275
commit
69ab047f89
|
@ -84,7 +84,7 @@
|
|||
.append(t('core', 'The update was successful. Redirecting you to ownCloud now.'))
|
||||
.appendTo($el);
|
||||
setTimeout(function () {
|
||||
OC.redirect(OC.webroot);
|
||||
OC.redirect(OC.webroot + '/');
|
||||
}, 3000);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue