Skip to content

Commit

Permalink
fix JSON post parameter to BackupType to make a full tar.gz, instead …
Browse files Browse the repository at this point in the history
…of sql.gz (#4689)
  • Loading branch information
crossan007 authored and DawoudIO committed Jan 21, 2019
1 parent afc9de5 commit a469de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpgradeCRM.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
method : 'POST',
path : 'database/backup',
data : JSON.stringify({
'iArchiveType' : 3
'BackupType' : 3
})
})
.done(function(data) {
Expand Down

0 comments on commit a469de3

Please sign in to comment.