Skip to content

Commit

Permalink
Update modx.sendforward.md
Browse files Browse the repository at this point in the history
syntax fix
  • Loading branch information
ant-tar authored Jun 23, 2024
1 parent d522887 commit 94ffe1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/extending-modx/modx-class/reference/modx.sendforward.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94ffe1b

Please sign in to comment.