diff --git a/docs/NEWS b/docs/NEWS index 679b8757..1d7b902e 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,9 @@ Version 1.4 () ------------------------------------------------------------------------ + * Adjust getting the right URL for karmavoting and shoutbox + plugins [1.4-beta2] + * Added %parentname% permalink property to category structure, so that a full category name path can be used instead of only %name%. (garvinhicking) [1.4-beta2] diff --git a/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php b/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php index bfd321f9..ab37ead6 100644 --- a/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php +++ b/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php @@ -249,7 +249,7 @@ class serendipity_event_entryproperties extends serendipity_event function showPasswordform() { global $serendipity; - $url = serendipity_currentURL(); + $url = serendipity_currentURL(true); $out = '