From 69fb835a29363b38d89b419c5b8cd9a5cb9941d9 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 15 Jul 2009 22:28:26 +0000 Subject: [PATCH] fixing hidden fields, pointed out by leviathan21 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9761 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/quickreply_editor.html | 2 +- phpBB/styles/subsilver2/template/quickreply_editor.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html index a73c3c0439..22d90cdd90 100644 --- a/phpBB/styles/prosilver/template/quickreply_editor.html +++ b/phpBB/styles/prosilver/template/quickreply_editor.html @@ -27,7 +27,7 @@
{S_FORM_TOKEN} - {S_HIDDEN_FIELDS} + {QR_HIDDEN_FIELDS}  
diff --git a/phpBB/styles/subsilver2/template/quickreply_editor.html b/phpBB/styles/subsilver2/template/quickreply_editor.html index 843812bb20..6fdb40c7aa 100644 --- a/phpBB/styles/subsilver2/template/quickreply_editor.html +++ b/phpBB/styles/subsilver2/template/quickreply_editor.html @@ -15,7 +15,7 @@ {S_FORM_TOKEN} - {S_HIDDEN_FIELDS} + {QR_HIDDEN_FIELDS}