diff options
| -rw-r--r-- | templates/list_books.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_books.tpl b/templates/list_books.tpl index 2dd8dd6..00fe866 100644 --- a/templates/list_books.tpl +++ b/templates/list_books.tpl @@ -32,7 +32,7 @@ {/if} {/if} {if ($channels[ix].creator_user_id == $gBitUser->mUserId) || $gBitUser->hasPermission( 'p_wiki_admin_book' )} - <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?action=remove&structure_id={$channels[ix].structure_id}">{booticon iname="icon-trash" ipackage="icons" iexplain="remove"}</a> + <a href="{$smarty.const.WIKI_PKG_URL}edit_book.php?action=remove&structure_id={$channels[ix].structure_id}&tk={$gBitUser->mTicket}">{booticon iname="icon-trash" ipackage="icons" iexplain="remove"}</a> {/if} </td> </tr> |
