Skip to content
Snippets Groups Projects
Commit 9266f4da authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Migration: Fixed wrong download URL: http://forum.owncloud.org/viewtopic.php?f=4&t=2511

parent de6d550c
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ $(document).ready(function(){ ...@@ -9,7 +9,7 @@ $(document).ready(function(){
function(result){ function(result){
if(result.status == 'success'){ if(result.status == 'success'){
// Download the file // 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(); $('.loading').hide();
$('#exportbtn').val(t('user_migrate', 'Export')); $('#exportbtn').val(t('user_migrate', 'Export'));
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment