View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006885 | OXID eShop (all versions) | 4.09. SEO, SEO URL | public | 2018-08-13 15:28 | 2024-05-15 14:34 |
Reporter | kaluzki | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 6.1.2 | ||||
Summary | 0006885: \OxidEsales\EshopCommunity\Application\Model\SeoEncoderArticle::_getCategory (same "if" and "elseif" branches) | ||||
Description | same "if" and "elseif" branches probably should be: if ($oView instanceof \OxidEsales\Eshop\Application\Controller\FrontendController) { $oCat = $oView->getActiveCategory(); } elseif ($oView instanceof \OxidEsales\Eshop\Core\Controller\BaseController) { $oCat = $oView->getActCategory(); } @see Commit: 1c91a9fc511e69dca19980a7c79ac802ba4c0e2d ESDEV-4086 Replace oxclasses in instanceof | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Fixed with https://github.com/OXID-eSales/oxideshop_ce/commit/31b7e1f08c5d12c3d866ec2845c379859b94f96b in https://github.com/OXID-eSales/oxideshop_ce/releases/tag/v6.3.2 released with OXID eShop metapackage version 6.1.2 |