From a77246c01b4bdcf0cb9d2a48ce64c64f655e4764 Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 31 Oct 2013 15:44:32 +0200 Subject: [PATCH] Missing default method value --- e107_handlers/redirection_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/redirection_class.php b/e107_handlers/redirection_class.php index aa479d5c8..a00588e1f 100644 --- a/e107_handlers/redirection_class.php +++ b/e107_handlers/redirection_class.php @@ -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); }