Ticket #3416 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Category walker causing repeated queries for non-existant category

Reported by: andy Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch
Cc:

Description

current_category being set on non-category pages, causing one empty-result query per category walked.

patch included

Attachments

cat.diff (1.5 kB) - added by andy on 12/01/06 13:52:12.

Change History

12/01/06 13:52:12 changed by andy

  • attachment cat.diff added.

12/01/06 13:53:00 changed by andy

  • keywords set to has-patch.

12/01/06 18:55:29 changed by ryan

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

(In [4580]) Avoid empty result category queries. Props andy. fixes #3416