Line 66 currently reads:

variable_del('taxonomy_vocab_relate'. $vid);

However, the variable name is actually taxonomy_vocab_relate_N, so line 66 should read:

variable_del('taxonomy_vocab_relate_'. $vid);

This is only a minor UI bug, but I noticed it was still in the dev branch & wanted to point it out. :)

CommentFileSizeAuthor
#1 1013438-1.patch441 bytesBrockBoland

Comments

BrockBoland’s picture

Status: Active » Needs review
StatusFileSize
new441 bytes

Now in patch form!

Looks good to me, but can someone confirm this patch applies cleanly?