In the slash_node function, there is a missing semi-colon after the line which defines $terms. This results in a parse error.

Comments

frjo’s picture

Assigned: Unassigned » frjo

Tanks, I should learn to always test even after minor changes :-).

frjo’s picture