Tweaking filters codegen

This commit is contained in:
Pavel Shevaev 2022-12-06 14:14:28 +03:00
parent 155d7af191
commit dd6b1e172e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function apply_value_filters($field_name, array $tokens, $val, $add_assoc_check
if(strpos($token, 'flt_') === false)
continue;
$filter_func = 'mtg_' . $token;
$filter_func = '\metagen_php\\' . $token;
if(function_exists($filter_func))
{