#1979 closed defect (bug) (fixed)
3226 broke rewrite functionality
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0 |
| Component: | Administration | Keywords: | rewrite permalinks classes.php |
| Focuses: | Cc: |
Description
By unsetting the query variables when someone makes an "empty" request, changeset [3226] effectively removes all rewrite rules for the root page. So for example, if you (like me) have a rewrite rule that loads a page instead of the posts when someone requests the domain name, it doesn't work anymore.
My patch solves this by removing the condition that is triggered when the request is empty.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [3233]) Only unset query vars when serving admin pages. fixes #1979