View Issue Details

IDProjectCategoryView StatusLast Update
0002486OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
ReporterFibreFoX Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.4 revision 30554 
Fixed in Version4.5.0 revision 34568 
Summary0002486: Duplicated unused code
DescriptionIn the file "core/oxwrapping.php" there is duplicated content, just one "break;" should to the way is does:

    public function __get($sName)
    {
        switch ( $sName ) {
            case 'fprice':
                $sValue = $this->getFPrice();
                break;
            default:
                return $sValue = parent::__get( $sName );
                break;
                break;
                break;
                break;
                break;
        }

        return $sValue;
    }
Steps To Reproducelook into the source-code, it is still in the svn-version:
http://svn.oxid-esales.com/trunk/eshop/core/oxwrapping.php
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-05-10 14:38

reporter   ~0004534

@developers: check from source code side if such issue still exist

Arunas

2011-05-23 11:59

reporter   ~0004641

fixed in version 4.5