View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001658 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2010-02-16 11:03 | 2012-12-10 13:45 |
Reporter | mafi | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.4.0 revision 28699 | ||||
Summary | 0001658: 2 sesion variables named nearly the same | ||||
Description | There are two session variables: deladrid ( used mainly in core classes) and deladdrid ( used mainly in view classes) it's not a bug as everything works fine, but it's very dirty having two very similar variables with the same meaning but with slightly different writing. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
@developers: please, check from source code side if this issue exist and changes can be done easily without any side effects. |
|
Reminder sent to: mafi checked the source code and found out that "deladdrid" parameter is only written/deleted to/from session. As its not used in oxid i like to remove it instead of renaming it. Do you use this parameter in own modules? |