Opened 5 years ago
Closed 5 years ago
#4483 closed defect (bug) (fixed)
Improper query alterations causing PHP warnings and errors
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Currently accessing a URL such as /plugins/plugin-name/?author=123
will cause a PHP warning and ultimately cause the page to not-redirect as intended.
It looks like this is being caused by some bad logic in the query alterations code, the Plugin Directory thinks it's an Author Archive query, but Core disagrees.
Note: See
TracTickets for help on using
tickets.
In 8894: