mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
typo
This commit is contained in:
parent
ccd0fa8f13
commit
b0e1418175
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue