View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003347 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2011-11-02 14:02 | 2012-12-10 14:38 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | low | Severity | text | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.4 revision 39463 | ||||
Fixed in Version | 4.5.8 revision 42471 | ||||
Summary | 0003347: three little text failures | ||||
Description | in 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; } | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||