Skip to content
Snippets Groups Projects
Commit be169d59 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Leftover variable name spotted by Amr Mostafa, reported by email (because 'the...

Leftover variable name spotted by Amr Mostafa, reported by email (because 'the fix is too small and trivial to submit an issue')
parent 3d8febba
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment