#25677 closed defect (bug) (fixed)
Avoid notice with search feed without orderby
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Query | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
A conditional assumes that 'orderby' is set as a query variable, but that's only fair to assume when we're not looking at feeds. Turns out it isn't a query variable that is filled, so we'll need to add an isset check.
This would be minor but a displayed notice could screw up feed parsing.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Works as expected, +1.