Fixed the redirect URL variable.
This commit is contained in:
parent
583d75350b
commit
afe82e3da3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class Controller extends Object
|
|||
$redirect_url .= $this->config->pickles['404'];
|
||||
}
|
||||
|
||||
header('Location: ' . $redirect, 404);
|
||||
header('Location: ' . $redirect_url, 404);
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue