View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006106 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2015-04-02 14:00 | 2024-01-31 15:41 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Product Version | 4.9.3 / 5.2.3 | ||||
Summary | 0006106: function oxarticle->getLink returning wrong cached url | ||||
Description | If the function oxarticle->getLink( $iLang = null, $blMain = false ) is first called with blMain = false and after that with blMain = true it will return the same result, altough a different url should be returned. (same the other way around) to fix you could replace $this->_aSeoUrls[$iLang][$iLinkType] with $this->_aSeoUrls[$iLang][$iLinkType][$blMain?1:0] | ||||
Tags | Cache, SEO | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||