This commit is contained in:
Starbeamrainbowlabs 2022-08-14 22:31:08 +01:00
parent ccd0fa8f13
commit b0e1418175
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 redirects are enabled
$settings->redirect_absolute_enable === false)) // ...and absolute redirects are not enabled
$send_redirect = false;