1
0
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:
SecretR
2013-10-31 15:44:32 +02:00
parent 1d9fe175fb
commit a77246c01b

View File

@@ -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);
}