summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-06 16:21:08 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-06 16:21:08 +0000
commit2975da0d32c3e53b621fc62b13755db1a30b974c (patch)
tree5c9b6c74d103d6b3c60d474f22a97bf276e21535
parentfe6a5a06a7706cd562bda270cb307aa0a344a135 (diff)
downloadbrdo-2975da0d32c3e53b621fc62b13755db1a30b974c.tar.gz
brdo-2975da0d32c3e53b621fc62b13755db1a30b974c.tar.bz2
- Patch #619566 by David_Rothstein: bring back the code comment.
-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']) {