From 790c4a4e1a583b9e8ad909f8d562a62c8d700ad5 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 24 Oct 2011 17:25:49 -0700 Subject: tag display with item --- mod/tagger.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/tagger.php b/mod/tagger.php index 4127aaadd..7114ed0ce 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -11,7 +11,9 @@ function tagger_content(&$a) { return; } - $term= notags(trim($_GET['term'])); + $term = notags(trim($_GET['term'])); + // no commas allowed + $term = str_replace(',','',$term); if(! $term) return; -- cgit v1.2.3