Ticket #3591 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

Cat ID filter must go at the end of insert_category()

Reported by: donncha Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords:
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

patch.diff (0.8 kB) - added by donncha on 01/16/07 16:27:59.

Change History

01/16/07 16:27:59 changed by donncha

  • attachment patch.diff added.

01/16/07 18:15:14 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4749]) Cat ID filter relo. Props donncha. fixes #3591