View Issue Details

IDProjectCategoryView StatusLast Update
0003952OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:37
Reporteravenger Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0003952: Wrong comparison to class name in oxcmp_shop.php
Descriptionif ( !$oShop->oxshops__oxactive->value && 'oxstart' != $myConfig->getActiveView()->getClassName() && !$this->isAdmin() ) {

$myConfig->getActiveView()->getClassName() ist however "start"...
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

saulius.stasiukaitis

2012-05-07 09:59

reporter   ~0006522

It's not a bug. This check is as it should be :)