the line
if (count($existing_terms > 0)) {
should be changed to
if (count($existing_terms) > 0) {

Comments

dman’s picture

Status: Active » Fixed

Golly, you are right. Been there a while!
Fixed in 6.2-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.