From: Marcel Werk Date: Thu, 27 Mar 2014 01:51:26 +0000 (+0100) Subject: Fixed form parameters X-Git-Tag: 2.0.5~20 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d76dee228b0c202f2c6d23971b1b0adc6886e333;p=GitHub%2FWoltLab%2FWCF.git Fixed form parameters --- diff --git a/com.woltlab.wcf/templates/membersList.tpl b/com.woltlab.wcf/templates/membersList.tpl index 45e435113a..e058baab35 100644 --- a/com.woltlab.wcf/templates/membersList.tpl +++ b/com.woltlab.wcf/templates/membersList.tpl @@ -93,7 +93,7 @@
- {@SECURITY_TOKEN_INPUT_TAG} + {@SID_INPUT_TAG}
diff --git a/com.woltlab.wcf/templates/usersOnlineList.tpl b/com.woltlab.wcf/templates/usersOnlineList.tpl index 4828cb5feb..e2e990fcab 100644 --- a/com.woltlab.wcf/templates/usersOnlineList.tpl +++ b/com.woltlab.wcf/templates/usersOnlineList.tpl @@ -59,7 +59,7 @@
- {@SECURITY_TOKEN_INPUT_TAG} + {@SID_INPUT_TAG}
diff --git a/wcfsetup/install/files/acp/templates/dataImport.tpl b/wcfsetup/install/files/acp/templates/dataImport.tpl index 768654919c..999fe73c41 100644 --- a/wcfsetup/install/files/acp/templates/dataImport.tpl +++ b/wcfsetup/install/files/acp/templates/dataImport.tpl @@ -123,7 +123,6 @@
{@SID_INPUT_TAG} - {@SECURITY_TOKEN_INPUT_TAG}
{/if} diff --git a/wcfsetup/install/files/acp/templates/exceptionLogView.tpl b/wcfsetup/install/files/acp/templates/exceptionLogView.tpl index d79d8dbcea..eb3d3fe0a3 100644 --- a/wcfsetup/install/files/acp/templates/exceptionLogView.tpl +++ b/wcfsetup/install/files/acp/templates/exceptionLogView.tpl @@ -50,7 +50,6 @@
{@SID_INPUT_TAG} - {@SECURITY_TOKEN_INPUT_TAG}
{/if}