diff options
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 57f57c24d..66152b3c4 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -404,7 +404,7 @@ function drupal_goto($url) { ** Translate & to simply & */ - $url = str_replace("&", "&", $url); + $url = str_replace("&", "&", $url); /* ** It is advised to use "drupal_goto()" instead of PHP's "header()" as |