#194743 report by Murz, patch by myself: in domain language negotiation mode, we should tell url() that we built an external URL, not that we need an absolute URL built by url()

6.x
Gábor Hojtsy 2007-11-27 12:32:13 +00:00
parent f77b60f291
commit b0a4ad29da
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function language_url_rewrite(&$path, &$options) {
case LANGUAGE_NEGOTIATION_DOMAIN:
if ($path_language->domain) {
$options['absolute'] = TRUE;
$options['external'] = TRUE;
$path = $path_language->domain .'/'. $path;
}
break;