Since upgrading to 1.0.4 there is a missing slash, when changing templates while looking at something like
Code: Select all
/s9y/plugin/bookmarks Now I switch templates and it changes to
Code: Select all
/s9y/index.php?plugin/bookmarksCode: Select all
/s9y/index.php?/plugin/bookmarksit could again be a matter of functions_permalinks.
Regards, Ian
Update:
Code: Select all
function serendipity_currentURL() {
- $url = $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'] . '?' . $uri['path'] . $qst;
+ $url = $serendipity['serendipityHTTPPath'] . $serendipity['indexFile'] . '?/' . $uri['path'] . $qst;