View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005460 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-10-08 14:46 | 2014-02-20 17:51 |
| Reporter | martinwegele | Assigned To | |||
| Priority | low | Severity | text | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.7.6 / 5.0.6 | ||||
| Target Version | 4.8.5 / 5.1.5 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
| Summary | 0005460: wrong description of constructor for all list models | ||||
| Description | I think somebody did copy&paste of this comment because it does not fit to what the method does:
/**
* Class constructor, sets callback so that Shopowner is able to
* add any information to the article.
*
* @param string $sObjectsInListName Object in list
*/
public function __construct( $sObjectsInListName = 'oxdeliveryset')
{
$this->setHomeCountry( $this->getConfig()->getConfigParam( 'aHomeCountry' ) );
parent::__construct( 'oxdeliveryset' );
}This can be found in seven files of application/models. | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||