Fix trackback deletion from frontend, invalid referrer error
Was missing the token. For context see https://board.s9y.org/viewtopic.php?f=10&t=24633 Cherry-picked from master branch.
This commit is contained in:
parent
6accc81ad6
commit
d462580606
@ -15,6 +15,10 @@ Version 2.3.3-beta1 ()
|
||||
* Updates mailer event plugin to support force sending mails on
|
||||
published blog entries and ability to prepend a mail body.
|
||||
Also fixes missing "keep strip tags" configuration option
|
||||
|
||||
* Fix: Add valid HTTP referrer when trying to delete a
|
||||
trackback from the frontend
|
||||
|
||||
* Use the video tag for videos in the Medialibrary, also when
|
||||
inserting such a video into an entry
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
{/if}
|
||||
{if $entry.is_entry_owner}
|
||||
<footer>
|
||||
<a href="{$serendipityBaseURL}comment.php?serendipity[delete]={$trackback.id}&serendipity[entry]={$trackback.entry_id}&serendipity[type]=trackbacks">{$CONST.DELETE}</a>
|
||||
<a href="{$trackback.link_delete}">{$CONST.DELETE}</a>
|
||||
</footer>
|
||||
{/if}
|
||||
</article>
|
||||
|
Loading…
x
Reference in New Issue
Block a user