diff --git a/core/includes/common.inc b/core/includes/common.inc index c3c6e97..c8e22db 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -709,7 +709,7 @@ function drupal_goto($path = '', array $options = array(), $http_response_code = // The "Location" header sends a redirect status code to the HTTP daemon. In // some cases this can be wrong, so we make sure none of the code below the // drupal_goto() call gets executed upon redirection. - drupal_exit($url); + drupal_exit(); } /**