aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/match.php2
1 files changed, 1 insertions, 1 deletions
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;