mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
typo
This commit is contained in:
parent
af888ac0c2
commit
ccd0fa8f13
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ register_module([
|
||||||
$send_redirect = false;
|
$send_redirect = false;
|
||||||
if((isset($pageindex->$page->redirect_absolute) &&
|
if((isset($pageindex->$page->redirect_absolute) &&
|
||||||
$pageindex->$page->redirect_absolute == true && // ...and it's 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;
|
$send_redirect = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue