Fix Javascript and LPR shell command

This commit is contained in:
Alfred Egger 2019-06-24 23:53:07 +02:00
commit 470d7c09ef
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@
}
var url = OC.generateUrl('/apps/printer/printfile'),
data = {source: fileInfo.getFullPath(), orientation: orientation},
data = {sourcefile: fileInfo.getFullPath(), orientation: orientation},
_self = this;
$.ajax({
type: 'GET',