From 94ffe1b552fccb9a32b312ab05c44aaa3e390d89 Mon Sep 17 00:00:00 2001 From: Anton Tarasov Date: Sun, 23 Jun 2024 16:16:10 +0400 Subject: [PATCH] Update modx.sendforward.md syntax fix --- en/extending-modx/modx-class/reference/modx.sendforward.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/extending-modx/modx-class/reference/modx.sendforward.md b/en/extending-modx/modx-class/reference/modx.sendforward.md index dc2b9783..68095e45 100644 --- a/en/extending-modx/modx-class/reference/modx.sendforward.md +++ b/en/extending-modx/modx-class/reference/modx.sendforward.md @@ -46,6 +46,7 @@ $options = array( ); $this->sendForward($this->getOption('error_page', $options, $this->getOption('site_start')), $options, false); ``` + Show replacement page, keeping original `pagetitle`, `introtext` and other fields. To do this, you just need to specify an additional array with keys: ``` php