Actions
Feature proposal #9264
closedGET data missing if system plugin is not loaded during SEO routing
Description
If SEO routing is enabled Joomla won't populate GET/REQUEST from the routing variables. We're doing this ourselves in the system plugin. However if the system plugin isn't loaded for any reason then GET won't be populated and will break input usages throughout CB. Implement populating GET/REQUEST inside our router code directly so it won't be dependent on the system plugin.
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1908
Actions