Fix link to external storage settings on error notification

Signed-off-by: Felix A. Epp <work@felixepp.de>
This commit is contained in:
Felix A. Epp 2016-11-26 10:14:23 +01:00
parent 8f4ec8583d
commit c911a876bf
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ OCA.External.StatusManager = {
} else {
OC.dialogs.confirm(t('files_external', 'There was an error with message: ') + mountData.error + '. Do you want to review mount point config in admin settings page?', t('files_external', 'External mount error'), function (e) {
if (e === true) {
OC.redirect(OC.generateUrl('/settings/admin#files_external'));
OC.redirect(OC.generateUrl('/settings/admin/externalstorages'));
}
});
}