From 83a11676821884accff9845a7d93eb97badf7b78 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 26 Dec 2012 16:51:54 -0800 Subject: typo in mod_match --- mod/match.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/match.php b/mod/match.php index 32d92cdf3..23eeb9370 100644 --- a/mod/match.php +++ b/mod/match.php @@ -23,7 +23,7 @@ function match_content(&$a) { } $params = array(); - $tags = trim($r[0]['keywords']; + $tags = trim($r[0]['keywords']); if($tags) { $params['s'] = $tags; -- cgit v1.2.3