opencart / opencart

A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.

Home Page:https://www.opencart.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seo_url broken

stalker780 opened this issue · comments

Latest changes broke seo_url

$route = (string)$request->get['route'];

$route variable is set before startup actions. Therefore this line has no effect

$this->request->get[$seo_url_info['key']] = html_entity_decode($seo_url_info['value'], ENT_QUOTES, 'UTF-8');