Skip to content

Commit

Permalink
Documentation for the new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLuckers committed Oct 10, 2018
1 parent 3d0988e commit e38864e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/model/modx/modx.class.php
Expand Up @@ -1114,6 +1114,7 @@ public function sendRedirect($url, $options= false, $type= '', $responseCode = '
*
* @param integer $id The resource identifier.
* @param string $options An array of options for the process.
* @param boolean $sendErrorPage Whether we should skip the sendErrorPage if the resource does not exist.
*/
public function sendForward($id, $options = null, $sendErrorPage = true) {
if (!$this->getRequest()) {
Expand Down

0 comments on commit e38864e

Please sign in to comment.