mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
Missing default method value
This commit is contained in:
@@ -306,7 +306,7 @@ class redirection
|
||||
}
|
||||
|
||||
|
||||
public function redirect($url, $replace = TRUE, $http_response_code = NULL, $preventCache)
|
||||
public function redirect($url, $replace = TRUE, $http_response_code = NULL, $preventCache = true)
|
||||
{
|
||||
return $this->go($url, $replace, $http_response_code, $preventCache);
|
||||
}
|
||||
|
Reference in New Issue
Block a user