1
0
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:
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); return $this->go($url, $replace, $http_response_code, $preventCache);
} }