Index: globalredirect.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/globalredirect/globalredirect.module,v
retrieving revision 1.1.2.4.2.5.2.14
diff -u -p -r1.1.2.4.2.5.2.14 globalredirect.module
--- globalredirect.module	22 Dec 2008 10:34:32 -0000	1.1.2.4.2.5.2.14
+++ globalredirect.module	14 Jul 2009 16:20:22 -0000
@@ -88,7 +88,7 @@ function globalredirect_init() {
     }
 
     // Establish the language prefix that should be used, ie. the one that drupal_goto() would use
-    $options = array('prefix' => '');
+    $options = array('prefix' => '', 'external' => FALSE);
     if (function_exists('language_url_rewrite')) {
       // Note that language_url_rewrite() takes path (by reference) as the first argument but does not use it at all
       $path = $_REQUEST['q'];
