typo in mod_match
This commit is contained in:
parent
7a257a66c3
commit
83a1167682
@ -23,7 +23,7 @@ function match_content(&$a) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$params = array();
|
$params = array();
|
||||||
$tags = trim($r[0]['keywords'];
|
$tags = trim($r[0]['keywords']);
|
||||||
|
|
||||||
if($tags) {
|
if($tags) {
|
||||||
$params['s'] = $tags;
|
$params['s'] = $tags;
|
||||||
|
Reference in New Issue
Block a user