Tweaking filters codegen
This commit is contained in:
parent
155d7af191
commit
dd6b1e172e
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue