From: vincent@cubedesigners.com Date: Wed, 26 Apr 2017 10:14:29 +0000 (+0000) Subject: done #1363 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f49ac97fb007367112909924e985ca75276d4e4a;p=cubeextranet.git done #1363 @0:10 --- diff --git a/inc/ws/Util/html5/class.ws.html5.links.php b/inc/ws/Util/html5/class.ws.html5.links.php index 12c4b8aec..adc0138f7 100644 --- a/inc/ws/Util/html5/class.ws.html5.links.php +++ b/inc/ws/Util/html5/class.ws.html5.links.php @@ -1124,7 +1124,7 @@ class zoomLink extends normalLink { CubeIT_CommandLine_Poppler::extractArea($pdfpath, $p['document_page'], array('x' => $this->left, 'y' => $this->top, 'width' => $this->width, 'height' => $this->height), - $left); + $left, array(), WS_CACHE . '/zoomarea/'); $bookwidth = $this->compiler->book->parametres->width; @@ -1136,7 +1136,7 @@ class zoomLink extends normalLink { CubeIT_CommandLine_Poppler::extractArea($pdfpath, $p['document_page'], array('x' => 0, 'y' => $this->top, 'width' => $diff, 'height' => $this->height), - $right); + $right, array(), WS_CACHE . '/zoomarea/'); $both = CubeIT_Files::tempnam() . '.png'; CubeIT_CommandLine_Imagemagick::append(array($left . '.png', $right . '.png'), $both, 'horizontal');