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. :)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1013438-1.patch | 441 bytes | BrockBoland |
Comments
Comment #1
BrockBoland commentedNow in patch form!
Looks good to me, but can someone confirm this patch applies cleanly?