Leftover variable name spotted by Amr Mostafa, reported by email (because 'the fix is too small and trivial to submit an issue')

6.x
Gábor Hojtsy 2007-04-18 21:56:18 +00:00
parent 3d8febbaa5
commit be169d59b6
1 changed files with 1 additions and 1 deletions

View File

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