Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Rolling back one change on 2.0.4 for testing on issue #11
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSmit committed Apr 1, 2020
1 parent 9fedaf9 commit f896459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LynX39/LaraPdfMerger/tcpdf/tcpdi_parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ private function _getPageRotation($obj) { // $obj = /Page
if (!isset ($obj[1][1]['/Parent'])) {
return false;
} else {
$res = $this->getObjectVal($obj[1][1]['/Parent']);
$res = $this->_getPageRotation($obj[1][1]['/Parent']);
if ($res[0] == PDF_TYPE_OBJECT)
return $res[1];
return $res;
Expand Down

0 comments on commit f896459

Please sign in to comment.