typo in mod_match

This commit is contained in:
friendica 2012-12-26 16:51:54 -08:00
parent 7a257a66c3
commit 83a1167682

View file

@ -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;