Opened 18 years ago
Closed 18 years ago
#3591 closed defect (bug) (fixed)
Cat ID filter must go at the end of insert_category()
Reported by: | donncha | Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Unfortunately the cat_ID filter must go at the end of insert_category(). In discussion on the previous patch, #3458, the filter was moved above the other filters, but that doesn't work.
I've attached a patch that moves the appropriate code to the end of the function.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [4749]) Cat ID filter relo. Props donncha. fixes #3591