diff options
author | friendica <info@friendica.com> | 2012-12-26 16:51:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-26 16:51:54 -0800 |
commit | 83a11676821884accff9845a7d93eb97badf7b78 (patch) | |
tree | 89b22b8e2c9fa8e441ac616abf6b7e8b7e963401 /mod/match.php | |
parent | 7a257a66c3e10870dd263209149c9ea42169c7d4 (diff) | |
download | volse-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.php | 2 |
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; |