Index: includes/language.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/language.inc,v retrieving revision 1.14.2.1 diff -u -p -r1.14.2.1 language.inc --- includes/language.inc 2 Jan 2009 23:37:48 -0000 1.14.2.1 +++ includes/language.inc 4 Oct 2009 11:35:56 -0000 @@ -106,7 +106,7 @@ function language_url_rewrite(&$path, &$ global $language; // Only modify relative (insite) URLs. - if (!$options['external']) { + if (empty($options['external'])) { // Language can be passed as an option, or we go for current language. if (!isset($options['language'])) {