Forums
(@moonty)
14 years, 9 months ago
replace line 637
if(false !== strpos($perma_structure, array('%tag%', '%category%')))
with
if(false !== strpos($perma_structure, '%tag%') || false !== strpos($perma_structure, '%category%'))
hope that helps. Josh