From dc4e11800a15fa47235373cfbe625199fd4bd7ac Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 30 Jun 2009 16:43:41 +0000 Subject: Refs #1086: Fixes specific issues mentioned pending KSES fix / replacement git-svn-id: https://code.elgg.org/elgg/trunk@3369 36083f99-b078-4883-b0ff-0f9b5a30f544 --- search/groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search/groups.php') diff --git a/search/groups.php b/search/groups.php index a925dfea2..d3e6f7686 100644 --- a/search/groups.php +++ b/search/groups.php @@ -19,7 +19,7 @@ set_context('search'); // Get input - $tag = get_input('tag'); + $tag = stripslashes(get_input('tag')); if (!empty($tag)) { $title = sprintf(elgg_echo('groups:searchtitle'),$tag); -- cgit v1.2.3