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
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
Comment #1
dtan commentedhttp://drupal.org/node/20885
duplicate. . .already fixed