summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 227acca2e..358f76103 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -2469,6 +2469,7 @@ function url($path = NULL, array $options = array()) {
// Preserve the original path before altering or aliasing.
$original_path = $path;
+ // Allow other modules to alter the outbound URL and options.
drupal_alter('url_outbound', $path, $options, $original_path);
if ($options['fragment']) {