Skip to content
Snippets Groups Projects
Commit 312536db 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 e1f49781
Branches
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment