Completed
Push — master ( 8a423b...77fa83 )
by
unknown
02:44 queued 02:41
created
Classes/Common/AbstractPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.