View Issue Details

IDProjectCategoryView StatusLast Update
0003347OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reportermichael_keiluweit 
PrioritylowSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.4 revision 39463 
Target VersionFixed in Version4.5.8 revision 42471 
Summary0003347: three little text failures
Descriptionin file core/oxmanufacturer.php

line 357 [getIconUrl()]

Returns article picture

should be:

Returns manufacture icon


-------------------------


in file core/oxmanufacturer.php

line 357 [getIconUrl()]

* @return strin

should be:

* @return string


-------------------------


in file core/oxmanufacturer.php

line 375 [getThumbUrl()]

* @return mixed
*/
public function getThumbUrl()
{
    return false;
}

should be:

* @return bool
*/
public function getThumbUrl()
{
    return false;
}
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-02-10 16:04

reporter   ~0005718

fixed descriptions