Closed (fixed)
Project:
Taxonomy Menu
Version:
6.x-2.4-beta3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2009 at 15:19 UTC
Updated:
17 Nov 2009 at 16:25 UTC
I'm creating taxonomy terms programmatically with taxonomy_save_term(). The Term is successfully saved, but the menu shows (0) and not the Name.
I have not analysed this in all depht, but other taxonomy modules (e.g. term_fields) don't have this problem.
Comments
Comment #1
hass commentedSynchronise changes to this vocabulary is checked.
Comment #2
hass commentedLooks like a xml data type issue... prefixed with
(string)$fooand the issue is gone. :-(