This commit is contained in:
Starbeamrainbowlabs 2022-08-14 22:30:49 +01:00
parent af888ac0c2
commit ccd0fa8f13
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ register_module([
$send_redirect = false;
if((isset($pageindex->$page->redirect_absolute) &&
$pageindex->$page->redirect_absolute == true && // ...and it's absolute....
$settings->redirect_absolute_enable === false)) // ...and absolute reedirects are enabled
$settings->redirect_absolute_enable === false)) // ...and absolute redirects are enabled
$send_redirect = false;