@@ -33,8 +33,8 @@ discard block |
||
| 33 | 33 | // Load current document. |
| 34 | 34 | $this->loadDocument($this->requestData); |
| 35 | 35 | if ( |
| 36 | - $this->document === null |
|
| 37 | - || $this->document->getDoc() === null |
|
| 36 | + $this->document === NULL |
|
| 37 | + || $this->document->getDoc() === NULL |
|
| 38 | 38 | || $this->document->getDoc()->metadataArray['LOG_0001']['type'][0] != 'object' |
| 39 | 39 | ) { |
| 40 | 40 | // Quit without doing anything if required variables are not set. |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | if ($this->settings['useInternalProxy']) { |
| 59 | - $absoluteUri = !empty($this->settings['forceAbsoluteUrl']) ? true : false; |
|
| 59 | + $absoluteUri = !empty($this->settings['forceAbsoluteUrl']) ? TRUE : FALSE; |
|
| 60 | 60 | |
| 61 | 61 | $model = $this->uriBuilder->reset() |
| 62 | 62 | ->setTargetPageUid($GLOBALS['TSFE']->id) |