View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001341 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2009-09-24 18:10 | 2012-12-10 13:45 |
Reporter | MBa | Assigned To | |||
Priority | low | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.2.0 revision 23610 | ||||
Summary | 0001341: ugly method name in oxarticle | ||||
Description | oxarticle::_getParentAricle (); Should be: oxarticle::_getParentArticle (); Ok, its not a bug, but ugly. | ||||
Additional Information | If you solve this, please use a alias-method for third-party-modules. /* * @deprecated: wrong name */ protected function _getParentAricle(){ return $this->_getParentArticle(); } | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||