This commit is contained in:
Thomas Tanghus 2012-06-07 13:08:42 +02:00
parent de6d550cce
commit 9266f4da99
1 changed files with 1 additions and 1 deletions

View File

@ -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 {