View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002486 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2011-02-04 12:20 | 2012-12-10 14:38 |
| Reporter | FibreFoX | Assigned To | |||
| Priority | low | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.4.4 revision 30554 | ||||
| Fixed in Version | 4.5.0 revision 34568 | ||||
| Summary | 0002486: Duplicated unused code | ||||
| Description | In 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 Reproduce | look into the source-code, it is still in the svn-version: http://svn.oxid-esales.com/trunk/eshop/core/oxwrapping.php | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||