From c03580bfb3c65743c74aae859066764f8e9656df Mon Sep 17 00:00:00 2001 From: Alfred Egger Date: Wed, 19 Jun 2019 08:18:13 +0200 Subject: [PATCH] Fix API call --- lib/Controller/PrinterController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Controller/PrinterController.php b/lib/Controller/PrinterController.php index 956144d..5314226 100644 --- a/lib/Controller/PrinterController.php +++ b/lib/Controller/PrinterController.php @@ -28,7 +28,7 @@ class PrinterController extends Controller { */ public function printfile($sourcefile, $orientation) { if($orientation === "landscape") { - $filefullpath = \OC\Files\Filesystem::getLocalFile($sourcefile); + $filefullpath = Filesystem::getLocalFile($sourcefile); exec('lpr ' . $filefullpath); return new JSONResponse( array(