View Issue Details

IDProjectCategoryView StatusLast Update
0001341OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
ReporterMBa Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.2.0 revision 23610 
Summary0001341: ugly method name in oxarticle
Descriptionoxarticle::_getParentAricle ();

Should be:
oxarticle::_getParentArticle ();

Ok, its not a bug, but ugly.
Additional InformationIf you solve this, please use a alias-method for third-party-modules.

/*
* @deprecated: wrong name
*/
protected function _getParentAricle(){
  return $this->_getParentArticle();
}
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-09-28 15:40

reporter   ~0001840

fixed