Skip to content

Commit

Permalink
[TASK] Temporarily deactivated for TYPO3 13 update
Browse files Browse the repository at this point in the history
Reason see: #225 (comment)
  • Loading branch information
einpraegsam committed Dec 5, 2024
1 parent c81dcb3 commit f58537c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Classes/Domain/Service/PreviewUrlService.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ protected function getUrlInDefaultInstallation(string $origin, string $layout):

protected function getUrl(string $origin, string $layout, int $language = 0): string
{
if (MathUtility::canBeInterpretedAsInteger($origin)) {
return $this->getUrlFromPageIdentifier((int)$origin, $layout, $language);
}
// if (MathUtility::canBeInterpretedAsInteger($origin)) {
// return $this->getUrlFromPageIdentifier((int)$origin, $layout, $language);
// }

$url = '//' . GeneralUtility::getIndpEnv('HTTP_HOST') . '?type=1560777975';
$url .= '&tx_luxletter_preview[origin]=' . htmlspecialchars($origin);
Expand Down

0 comments on commit f58537c

Please sign in to comment.