Opened 17 years ago
Closed 17 years ago
#11389 closed defect (bug) (fixed)
is_paged() returns true for first page
| Reported by: | Denis-de-Bernardy | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Query | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
domain.com/page/1 is_paged() returns true. the expected result would be false.
Attachments (1)
Change History (5)
#2
follow-up:
↓ 3
@
17 years ago
I thought we did a canonical redirect for that. Apparently not. Seems like the right fix to me. Anyone out there relying on the old, broken behavior?
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
one needs to var_dump() the mess before it gets redirected, in order to notice it.