Ender

EE2.1: Matrix 2 looking for tag_func() instead of replace_tag_func() in _parse_tagdata()

EE2 Matrix 2 appears to be looking for tag replacement functions using the FieldFrame naming conventions ({something:else} looks for function else() in fieldtype class) instead of the EE2 Fieldtype API naming conventions ({something:else} looks for function replace_else() in fieldtype class).

I could've sworn this was working properly in EE 2.0.2 but maybe I didn't test it properly... at any rate it appears to not be working now. I inserted

else $tag_func = 'replace_' . $tag_func;

to line 1867 of ft.matrix.php which appears to fix the problem.
1 person has
this problem
+1
Reply