We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -71,9 +71,9 @@ |
||
| 71 | 71 | } else { |
| 72 | 72 | if (!empty($this->requestData['logicalPage'])) { |
| 73 | 73 | $this->requestData['page'] = $this->document->getDoc()->getPhysicalPage($this->requestData['logicalPage']); |
| 74 | - // The logical page parameter should not appear again |
|
| 75 | - unset($this->requestData['logicalPage']); |
|
| 76 | - } |
|
| 74 | + // The logical page parameter should not appear again |
|
| 75 | + unset($this->requestData['logicalPage']); |
|
| 76 | + } |
|
| 77 | 77 | if ($this->document->getDoc()->tableOfContents[0]['type'] == 'collection') { |
| 78 | 78 | $this->view->assign('type', 'collection'); |
| 79 | 79 | $this->view->assign('toc', $this->makeMenuFor3DObjects()); |