View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002159 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2010-10-14 10:06 | 2012-12-10 13:45 |
Reporter | [email protected] | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.0 revision 28699 | ||||
Fixed in Version | 4.4.4 revision 30554 | ||||
Summary | 0002159: oxpicturehandler::deleteArticleMasterPicture wrong base name | ||||
Description | creating object oxarticles when doing assing some parameters, when calling deleteArticleMasterPicture for delleting all imigis for object. in this line $sMasterImage = $oObject->{"oxarticles__oxpic".$iIndex}->value; getting 1/image_name.jpg, should be image_name.jpg mine fix: $sMasterImage = $oObject->{"oxarticles__oxpic".$iIndex}->value; $sMasterImage = $this->_getBaseMasterImageFileName( $sMasterImage ); | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||