I just noticed the serendipity_plugin_multilingual.php to spit out wrong urls changing languages multiple times with mod_rewrite=on settings. (like /blog/index.php?index.php and so on)
Changing line 88 from
Code: Select all
$url = serendipity_currentURL();Code: Select all
$url = $serendipity['rewrite'] == 'rewrite' ? '' : serendipity_currentURL();