Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?f=4&t=2511
This commit is contained in:
parent
de6d550cce
commit
9266f4da99
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ $(document).ready(function(){
|
|||
function(result){
|
||||
if(result.status == 'success'){
|
||||
// Download the file
|
||||
window.location = OC.filePath('user_migrate','ajax','export.php?operation=download') ;
|
||||
window.location = OC.linkTo('user_migrate','ajax/export.php') + '?operation=download';
|
||||
$('.loading').hide();
|
||||
$('#exportbtn').val(t('user_migrate', 'Export'));
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue