Ticket #6958 (reopened defect)

Opened 2 months ago

Last modified 2 months ago

query.php

Reported by: blueyez Assigned to: anonymous
Priority: normal Milestone: 2.6
Component: General Version: 2.5.1
Severity: normal Keywords: query has-patch
Cc:

Description

Notice: Undefined index: cat in /home/ueyez/public_html/bl/wp-includes/query.php on line 522

after fresh install running debug mode

Attachments

fix_6958.patch (304 bytes) - added by minddog on 05/14/08 23:03:08.
Initialize 'cat' in fill_query_vars

Change History

05/14/08 23:03:08 changed by minddog

  • attachment fix_6958.patch added.

Initialize 'cat' in fill_query_vars

05/14/08 23:04:19 changed by minddog

I uploaded a patch that adds 'cat' to the list of keys initialized in the query_vars structure. It's tested and removes the warning. Let me know if this is the desired behavior.

05/15/08 01:47:02 changed by minddog

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from 2.7 to 2.5.2.

05/15/08 01:52:33 changed by DD32

  • keywords changed from query to query has-patch.
  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from 2.5.2 to 2.6.

Tickets are closed once the Patch has been commited into branch.

Setting to 2.6 Milestone, Changes can then be movedinto the 2.5 branch if need be.