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
This commit is contained in:
parent
137330fd5b
commit
f0e4b54243
@ -1,6 +1,9 @@
|
||||
Version 2.4-alpha1 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fix invalid HTTP referrer error 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