@@ -233,7 +233,7 @@ |
||
233 | 233 | if (!$cache) { |
234 | 234 | $conf['no_cache'] = true; |
235 | 235 | } |
236 | - $conf['parameter'] = $altPageId ?: ($this->pi_tmpPageId ?: 'current'); |
|
236 | + $conf['parameter'] = $altPageId ? : ($this->pi_tmpPageId ? : 'current'); |
|
237 | 237 | $conf['additionalParams'] = $this->conf['parent.']['addParams'] . HttpUtility::buildQueryString($urlParameters, '&', true) . $this->pi_moreParams; |
238 | 238 | // Add additional configuration for absolute URLs. |
239 | 239 | $conf['forceAbsoluteUrl'] = !empty($this->conf['forceAbsoluteUrl']) ? 1 : 0; |