We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -132,7 +132,7 @@ |
||
| 132 | 132 | $pid = (!empty($this->conf['excludeOther']) ? intval($this->conf['pages']) : 0); |
| 133 | 133 | |
| 134 | 134 | // Get instance of tx_dlf_document. |
| 135 | - $this->doc =& tx_dlf_document::getInstance($this->piVars['id'], $pid); |
|
| 135 | + $this->doc = & tx_dlf_document::getInstance($this->piVars['id'], $pid); |
|
| 136 | 136 | |
| 137 | 137 | if (!$this->doc->ready) { |
| 138 | 138 | |
@@ -1526,7 +1526,7 @@ |
||
| 1526 | 1526 | |
| 1527 | 1527 | if ($parentLocation != $this->location) { |
| 1528 | 1528 | |
| 1529 | - $parentDoc =& tx_dlf_document::getInstance($parentLocation, $pid); |
|
| 1529 | + $parentDoc = & tx_dlf_document::getInstance($parentLocation, $pid); |
|
| 1530 | 1530 | |
| 1531 | 1531 | if ($parentDoc->ready) { |
| 1532 | 1532 | |