aboutsummaryrefslogtreecommitdiffstats
path: root/mod/match.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-26 16:51:54 -0800
committerfriendica <info@friendica.com>2012-12-26 16:51:54 -0800
commit83a11676821884accff9845a7d93eb97badf7b78 (patch)
tree89b22b8e2c9fa8e441ac616abf6b7e8b7e963401 /mod/match.php
parent7a257a66c3e10870dd263209149c9ea42169c7d4 (diff)
downloadvolse-hubzilla-83a11676821884accff9845a7d93eb97badf7b78.tar.gz
volse-hubzilla-83a11676821884accff9845a7d93eb97badf7b78.tar.bz2
volse-hubzilla-83a11676821884accff9845a7d93eb97badf7b78.zip
typo in mod_match
Diffstat (limited to 'mod/match.php')
-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;