@@ -177,7 +177,7 @@ |
||
| 177 | 177 | $fpdi->AddPage($file['orientation'], [$size['width'], $size['height']]); |
| 178 | 178 | $fpdi->useTemplate($template); |
| 179 | 179 | } |
| 180 | - }else { |
|
| 180 | + } else { |
|
| 181 | 181 | $pages = count($file['pages']); |
| 182 | 182 | foreach ($file['pages'] as $page) { |
| 183 | 183 | if (!$template = $fpdi->importPage($page)) { |