View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005008 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2013-03-21 08:46 | 2013-04-02 17:45 |
| Reporter | arvydas_vapsva | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.7.4 / 5.0.4 revision 57063 | ||||
| Target Version | 4.7.4 / 5.0.4 revision 57063 | Fixed in Version | 4.7.5 / 5.0.5 | ||
| Summary | 0005008: Blank (empty/null) module settings value is filled with previous parameter values | ||||
| Description | module_config::_loadMetadataConfVars(): foreach ( $aModuleSettings as $aValue ) { $sName = $aValue["name"]; $sType = $aValue["type"]; ... Foreach cycle miss value reset code "$sValue = null;" | ||||
| Steps To Reproduce | should look: foreach ( $aModuleSettings as $aValue ) { $sName = $aValue["name"]; $sType = $aValue["type"]; $sValue = null; | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||