From 7f39d5b695f90f5d622f9b070a5a4815c584e707 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 17 Jan 2014 12:50:14 +0000 Subject: bug 3020 and bug 3021 fixed: additionnal checks in search inputs git-svn-id: http://piwigo.org/svn/trunk@26825 68402e56-0260-453c-a942-63ccdbb3a9ee --- search_rules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search_rules.php') diff --git a/search_rules.php b/search_rules.php index 371262d44..34854d2e0 100644 --- a/search_rules.php +++ b/search_rules.php @@ -107,7 +107,7 @@ if (isset($search['fields']['author'])) 'search_words', l10n( 'author(s) : %s', - join(', ', $search['fields']['author']['words']) + join(', ', array_map('strip_tags', $search['fields']['author']['words'])) ) ); } -- cgit v1.2.3