View Issue Details

IDProjectCategoryView StatusLast Update
0006106OXID eShop (all versions)4.09. SEO, SEO URLpublic2024-01-31 15:41
Reportertjungcl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version4.9.3 / 5.2.3 
Summary0006106: function oxarticle->getLink returning wrong cached url
DescriptionIf 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]

TagsCache, SEO
ThemeAll
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.