mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +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);
|
return $this->go($url, $replace, $http_response_code, $preventCache);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user