Fix some permalink situations
This commit is contained in:
@ -62,7 +62,7 @@ class serendipity_plugin_templatedropdown extends serendipity_plugin {
|
||||
|
||||
$title = $this->get_config('title', $this->title);
|
||||
|
||||
$url = serendipity_currentURL();
|
||||
$url = serendipity_currentURL(true);
|
||||
|
||||
echo '<form id="theme_chooser" action="' . $url . '" method="post">';
|
||||
echo '<select name="user_template" onchange="document.getElementById(\'theme_chooser\').submit();">';
|
||||
|
Reference in New Issue
Block a user