From 6458a1a16ac3d9935a4933b0de7b6e464b33fce3 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 18 Jun 2011 23:21:45 +0200 Subject: [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS Avoids the global hidden fields from functions.php overwriting local searches. PHPBB3-10232 --- phpBB/styles/subsilver2/template/searchbox.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/subsilver2') diff --git a/phpBB/styles/subsilver2/template/searchbox.html b/phpBB/styles/subsilver2/template/searchbox.html index 09b87a15d8..622961c881 100644 --- a/phpBB/styles/subsilver2/template/searchbox.html +++ b/phpBB/styles/subsilver2/template/searchbox.html @@ -1 +1 @@ -
{L_SEARCH_FOR}: {S_SEARCH_HIDDEN_FIELDS}
+
{L_SEARCH_FOR}: {S_SEARCH_LOCAL_HIDDEN_FIELDS}
-- cgit v1.2.1