View Issue Details

IDProjectCategoryView StatusLast Update
0003515OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reporterboehme 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.5 revision 40299 
Target VersionFixed in Version4.5.8 revision 42471 
Summary0003515: oxarticle::setArticleLongDesc: $this->_oLongDesc->orignalValue
DescriptionThe second argument of oxarticle::setArticleLongDesc is never used.
These lines are not used and if they would be used they would cause at least a php notice:

if ( $sOrigValue ) {
    $this->_oLongDesc->orignalValue = $sOrigValue;
}

The property "orignalValue" is never read, has a typping misstake and is not declared in oxField.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-02-13 13:00

reporter   ~0005721

marked as deprecated will be removed in next releases