feat: rules add texts and htmls attribute

This commit is contained in:
Jaeger 2020-03-13 21:42:25 +08:00
parent b07d4bfc74
commit dd9af6881d

View File

@ -203,7 +203,7 @@ class Query
break;
}
if(isset($reg_value[3])){
if($rule['handle_callback']){
$content = call_user_func($rule['handle_callback'], $content, $ruleName);
}