Opened 18 years ago
Closed 16 years ago
#6242 closed defect (bug) (duplicate)
textpattern import fails to set categories
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Import | Keywords: | |
| Focuses: | Cc: |
Description
The category assignment fails completely because of ticket #5096.
Fixing that ticket would expose another bug in function posts2wp(): $category2 = $category1->term_id; Which should be $category2 = $category2->term_id;
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed some time ago in another ticket.