There always seems to be an extra "?" at the end of URLs after using the taxonomy browser form. I believe this is happening in taxonomy_browser_form_submit() when $node_type is NULL. If that case, two array items are returned, the latter being empty.

Comments

junyor’s picture

Here's a patch that fixes this issue. I have not tested it with the Node Type Filter module, though.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Needs review

Thanks, I'll put this in.

junyor’s picture

Any progress?

nancydru’s picture

Have you checked the latest code? I could swear I fixed this.

junyor’s picture

No, I hadn't checked the code since the issue was still in patch status. I do see some code changes, so I'll go ahead and update and retest. Thank you.

junyor’s picture

Status: Needs review » Fixed

Yes, it's fixed.

nancydru’s picture

Thank you. I don't know why I never marked as such.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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