I found a little bug.

The lastest CVS not contain the url rewrite method
this code is missing from url method:

  if  (function_exists('i18n_url_rewrite')) {
    $path = i18n_url_rewrite($path);
  }

Cow

Comments

dtan’s picture

http://drupal.org/node/20885

duplicate. . .already fixed